summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-04 17:10:58 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-04 17:10:58 +0200
commit2636bb40ebc7fedf82ed6a3e62c16feb39438c40 (patch)
treedebcb8b4e6778a7b62b3371b7743bda89348bc8d /dev-python/rfc3987
parentmedia-libs/libjpeg-turbo: fix SIMD issues (diff)
downloadgentoo-2636bb40ebc7fedf82ed6a3e62c16feb39438c40.tar.gz
gentoo-2636bb40ebc7fedf82ed6a3e62c16feb39438c40.tar.bz2
gentoo-2636bb40ebc7fedf82ed6a3e62c16feb39438c40.zip
dev-python/rfc3987: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rfc3987')
-rw-r--r--dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild b/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild
index 8138b43386f7..7e77182871c9 100644
--- a/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild
+++ b/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1