summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 16:04:06 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 16:17:06 +0200
commita3b86dc009e463e7a45259e2624c731a497e1cc2 (patch)
tree21d082ed54aa23b3debf2add48542e91a9058082 /dev-python/immutables
parentmedia-gfx/freecad: strip revision number from OCC version string (diff)
downloadgentoo-a3b86dc009e463e7a45259e2624c731a497e1cc2.tar.gz
gentoo-a3b86dc009e463e7a45259e2624c731a497e1cc2.tar.bz2
gentoo-a3b86dc009e463e7a45259e2624c731a497e1cc2.zip
dev-python/immutables: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/immutables')
-rw-r--r--dev-python/immutables/immutables-0.15.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/immutables/immutables-0.15.ebuild b/dev-python/immutables/immutables-0.15.ebuild
index 19eb7a167364..a64dedc2b19d 100644
--- a/dev-python/immutables/immutables-0.15.ebuild
+++ b/dev-python/immutables/immutables-0.15.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A high-performance immutable mapping type for Python"