summaryrefslogtreecommitdiff
path: root/dev-python/python-utils
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:00:08 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:00:08 +0200
commit18caa6fbf82c1f7a0cc8051ece7cdb2a14f88f99 (patch)
treee736e8412065e711b6ced8ee87762c1bb3412a76 /dev-python/python-utils
parent241cabc91848d1b6d0977de8069fa582bdb3eaf8 (diff)
downloadgentoo-18caa6fbf82c1f7a0cc8051ece7cdb2a14f88f99.tar.gz
gentoo-18caa6fbf82c1f7a0cc8051ece7cdb2a14f88f99.tar.bz2
gentoo-18caa6fbf82c1f7a0cc8051ece7cdb2a14f88f99.zip
dev-python/python-utils: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-utils')
-rw-r--r--dev-python/python-utils/python-utils-2.5.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-utils/python-utils-2.5.6.ebuild b/dev-python/python-utils/python-utils-2.5.6.ebuild
index 5d9f9f144eb8..d2324bc13666 100644
--- a/dev-python/python-utils/python-utils-2.5.6.ebuild
+++ b/dev-python/python-utils/python-utils-2.5.6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3)
+PYTHON_COMPAT=( python3_{8..10} pypy3)
inherit distutils-r1