summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-12-23 14:26:41 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-12-23 14:27:18 -0800
commit309acb24585971a3459ea3dd3e0836dcebcdf077 (patch)
treeb45e23c27d775d13cc5bf8d1d972e336a17ef76a /app-shells/fish
parentapp-shells/fish: fix whitespace (diff)
downloadgentoo-309acb24585971a3459ea3dd3e0836dcebcdf077.tar.gz
gentoo-309acb24585971a3459ea3dd3e0836dcebcdf077.tar.bz2
gentoo-309acb24585971a3459ea3dd3e0836dcebcdf077.zip
app-shells/fish: enable py3.10 and disable py3.7 in -9999
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells/fish')
-rw-r--r--app-shells/fish/fish-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild
index abb51e209302..b0013271b00f 100644
--- a/app-shells/fish/fish-9999.ebuild
+++ b/app-shells/fish/fish-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake python-any-r1 readme.gentoo-r1