summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2023-04-05 16:38:10 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2023-04-05 16:39:40 -0700
commit34f76568cea0e90d1cef4361ff0bb3ba147af2a8 (patch)
tree0e42394d411ec8999405c08f887f2e75cb381852
parentapp-benchmarks/hyperfine: add 1.16.1 (diff)
downloadgentoo-34f76568cea0e90d1cef4361ff0bb3ba147af2a8.tar.gz
gentoo-34f76568cea0e90d1cef4361ff0bb3ba147af2a8.tar.bz2
gentoo-34f76568cea0e90d1cef4361ff0bb3ba147af2a8.zip
app-shells/fish: enable py3.11
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--app-shells/fish/fish-3.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-3.4.0.ebuild b/app-shells/fish/fish-3.4.0.ebuild
index 3efa32026379..a654ad4ba29b 100644
--- a/app-shells/fish/fish-3.4.0.ebuild
+++ b/app-shells/fish/fish-3.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit cmake python-any-r1 readme.gentoo-r1