diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-04-05 16:38:10 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-04-05 16:39:40 -0700 |
commit | 34f76568cea0e90d1cef4361ff0bb3ba147af2a8 (patch) | |
tree | 0e42394d411ec8999405c08f887f2e75cb381852 /app-shells | |
parent | app-benchmarks/hyperfine: add 1.16.1 (diff) | |
download | gentoo-34f76568cea0e90d1cef4361ff0bb3ba147af2a8.tar.gz gentoo-34f76568cea0e90d1cef4361ff0bb3ba147af2a8.tar.bz2 gentoo-34f76568cea0e90d1cef4361ff0bb3ba147af2a8.zip |
app-shells/fish: enable py3.11
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-3.4.0.ebuild | 2 |
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 |