summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:13:11 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:14:04 +0200
commit017b544df9d4f9575170cb5e357997b8826cad4b (patch)
tree8bc642c3c08727abfb83d29f79a9fdba431c3967 /dev-python/rfc3986
parentdev-python/reportlab: Enable py3.10 (diff)
downloadgentoo-017b544df9d4f9575170cb5e357997b8826cad4b.tar.gz
gentoo-017b544df9d4f9575170cb5e357997b8826cad4b.tar.bz2
gentoo-017b544df9d4f9575170cb5e357997b8826cad4b.zip
dev-python/rfc3986: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rfc3986')
-rw-r--r--dev-python/rfc3986/rfc3986-1.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rfc3986/rfc3986-1.5.0.ebuild b/dev-python/rfc3986/rfc3986-1.5.0.ebuild
index 0ce7eca0ae96..3136ab2a64cd 100644
--- a/dev-python/rfc3986/rfc3986-1.5.0.ebuild
+++ b/dev-python/rfc3986/rfc3986-1.5.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3)
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1