summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 16:06:39 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 16:17:08 +0200
commitf1b985ffc17993b24415222482084d3ee7c0a121 (patch)
tree9c177551646037cdef958ac57a2c9ab572521956 /dev-python/ipy/ipy-1.01.ebuild
parentdev-python/iniparse: Enable py3.10 (diff)
downloadgentoo-f1b985ffc17993b24415222482084d3ee7c0a121.tar.gz
gentoo-f1b985ffc17993b24415222482084d3ee7c0a121.tar.bz2
gentoo-f1b985ffc17993b24415222482084d3ee7c0a121.zip
dev-python/ipy: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipy/ipy-1.01.ebuild')
-rw-r--r--dev-python/ipy/ipy-1.01.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipy/ipy-1.01.ebuild b/dev-python/ipy/ipy-1.01.ebuild
index fc72e6719760..ef39a44e48bb 100644
--- a/dev-python/ipy/ipy-1.01.ebuild
+++ b/dev-python/ipy/ipy-1.01.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1