diff options
author | 2024-10-07 08:27:35 +0100 | |
---|---|---|
committer | 2024-10-07 08:27:35 +0100 | |
commit | cf98e3dfb8688ba7da48c19e42e107d898dbb3f3 (patch) | |
tree | f6ffaba0aa5816b07c21ed68c67d8557c38f1549 /sys-apps | |
parent | net-misc/wget: enable py3.13 (diff) | |
download | gentoo-cf98e3dfb8688ba7da48c19e42e107d898dbb3f3.tar.gz gentoo-cf98e3dfb8688ba7da48c19e42e107d898dbb3f3.tar.bz2 gentoo-cf98e3dfb8688ba7da48c19e42e107d898dbb3f3.zip |
sys-apps/coreutils: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/coreutils-9.5.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-9.5.ebuild b/sys-apps/coreutils/coreutils-9.5.ebuild index 20ad93321ca7..abfd4b15a6af 100644 --- a/sys-apps/coreutils/coreutils-9.5.ebuild +++ b/sys-apps/coreutils/coreutils-9.5.ebuild @@ -9,7 +9,7 @@ EAPI=8 # # Also recommend subscribing to the coreutils and bug-coreutils MLs. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/coreutils.asc inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig diff --git a/sys-apps/coreutils/coreutils-9999.ebuild b/sys-apps/coreutils/coreutils-9999.ebuild index aac548214583..49d49c308392 100644 --- a/sys-apps/coreutils/coreutils-9999.ebuild +++ b/sys-apps/coreutils/coreutils-9999.ebuild @@ -9,7 +9,7 @@ EAPI=8 # # Also recommend subscribing to the coreutils and bug-coreutils MLs. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/coreutils.asc inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig |