git: e0949f35111c - main - games/funnyboat: tweak supported python versions

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Fri, 26 Nov 2021 18:05:15 UTC
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