diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-08-11 18:46:16 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-08-11 18:56:36 +0200 |
commit | 26c02c98e3aee46afb2419785dbf6fb48de4c941 (patch) | |
tree | 6a0703020b0874bd042b58ff42ead9d3251353d6 /app-shells | |
parent | profiles: mark alpha as stable (diff) | |
download | gentoo-26c02c98e3aee46afb2419785dbf6fb48de4c941.tar.gz gentoo-26c02c98e3aee46afb2419785dbf6fb48de4c941.tar.bz2 gentoo-26c02c98e3aee46afb2419785dbf6fb48de4c941.zip |
app-shells/fish: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-3.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-3.7.1.ebuild b/app-shells/fish/fish-3.7.1.ebuild index daa4d1e5952b..442a49ed9a1f 100644 --- a/app-shells/fish/fish-3.7.1.ebuild +++ b/app-shells/fish/fish-3.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-any-r1 readme.gentoo-r1 xdg |