diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-11-26 20:22:25 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-11-26 21:03:32 +0300 |
commit | e0949f35111c60f32aca2a102cb980cf767cdd71 (patch) | |
tree | 4d7a9f4337aeb177b6e3b07e5aadd119cdc1def9 /games | |
parent | devel/py-types-Pillow: update to 8.3.8 (diff) |
games/funnyboat: tweak supported python versions
Diffstat (limited to 'games')
-rw-r--r-- | games/funnyboat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |