diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 10:00:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 10:01:25 +0200 |
commit | 15b921e87946421b5e1b39a6a08a60216ebd65af (patch) | |
tree | 35a5198ece3dd9d300f9f55a125edbf259ebd9e8 /sys-apps/coreutils | |
parent | app-portage/diffmask: Enable python3.9 (diff) | |
download | gentoo-15b921e87946421b5e1b39a6a08a60216ebd65af.tar.gz gentoo-15b921e87946421b5e1b39a6a08a60216ebd65af.tar.bz2 gentoo-15b921e87946421b5e1b39a6a08a60216ebd65af.zip |
sys-apps/coreutils: Enable up to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-8.32-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/coreutils/coreutils-8.32-r1.ebuild b/sys-apps/coreutils/coreutils-8.32-r1.ebuild index 4ff6e6859fbd..47b5462e103f 100644 --- a/sys-apps/coreutils/coreutils-8.32-r1.ebuild +++ b/sys-apps/coreutils/coreutils-8.32-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit flag-o-matic python-any-r1 toolchain-funcs |