summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:28:30 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:29:03 +0200
commite75718994362fbf216f7daf02b63da97c2015098 (patch)
tree721c119b35dbfd9c718727431b43e5cd91b65f05 /dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
parentdev-python/url-normalize: Enable py3.10 (diff)
downloadgentoo-e75718994362fbf216f7daf02b63da97c2015098.tar.gz
gentoo-e75718994362fbf216f7daf02b63da97c2015098.tar.bz2
gentoo-e75718994362fbf216f7daf02b63da97c2015098.zip
dev-python/uritemplate: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild')
-rw-r--r--dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild b/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
index b2db2fd1f6e4..67e0d2d5b696 100644
--- a/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
+++ b/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# 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