summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-06 16:38:05 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-06 16:44:34 +0200
commit6c67bb13ac2e41ce665e478f637b1ecef96225dd (patch)
treea2edf4585f4e3bf939eb52a5ef7f30a9a9328502 /dev-python/jaraco-context
parentdev-python/inflect: Enable python3.10 (diff)
downloadgentoo-6c67bb13ac2e41ce665e478f637b1ecef96225dd.tar.gz
gentoo-6c67bb13ac2e41ce665e478f637b1ecef96225dd.tar.bz2
gentoo-6c67bb13ac2e41ce665e478f637b1ecef96225dd.zip
dev-python/jaraco-context: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-context')
-rw-r--r--dev-python/jaraco-context/jaraco-context-4.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild b/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild
index dfde80be8dc2..e50f1ba6cc84 100644
--- a/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild
+++ b/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1