diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 16:04:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 16:17:06 +0200 |
commit | a3b86dc009e463e7a45259e2624c731a497e1cc2 (patch) | |
tree | 21d082ed54aa23b3debf2add48542e91a9058082 /dev-python/immutables | |
parent | media-gfx/freecad: strip revision number from OCC version string (diff) | |
download | gentoo-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.ebuild | 2 |
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" |