Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2021 18:05:15 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e0949f35111c - main - games/funnyboat: tweak supported python versions
Message-ID:  <202111261805.1AQI5FgM096370@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e0949f35111c60f32aca2a102cb980cf767cdd71

commit e0949f35111c60f32aca2a102cb980cf767cdd71
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-11-26 17:22:25 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-11-26 18:03:32 +0000

    games/funnyboat: tweak supported python versions
---
 games/funnyboat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile
index dee227f553b2..b2ccab5dae87 100644
--- a/games/funnyboat/Makefile
+++ b/games/funnyboat/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYGAME}
 USE_GITHUB=	yes
 GH_ACCOUNT=	AMDmi3
 
-USES=		python:3.6-3.9,run  # version range inherited from numpy
+USES=		python:3.7-3.9,run  # version range inherited from numpy
 NO_BUILD=	yes
 NO_ARCH=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111261805.1AQI5FgM096370>