summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-07-01 23:06:00 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-01 23:15:43 +0200
commitf9823308202a26bb1603ee015993018ee0c55e01 (patch)
treeb34ec9ce5e4d4b1a7fb6a42b150ffc0919e63f0b /dev-python/httplib2
parentsys-apps/onerng: add python3.10 support (diff)
downloadgentoo-f9823308202a26bb1603ee015993018ee0c55e01.tar.gz
gentoo-f9823308202a26bb1603ee015993018ee0c55e01.tar.bz2
gentoo-f9823308202a26bb1603ee015993018ee0c55e01.zip
dev-python/httplib2: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/httplib2')
-rw-r--r--dev-python/httplib2/httplib2-0.19.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httplib2/httplib2-0.19.1.ebuild b/dev-python/httplib2/httplib2-0.19.1.ebuild
index 443501903b19..04e2897eb136 100644
--- a/dev-python/httplib2/httplib2-0.19.1.ebuild
+++ b/dev-python/httplib2/httplib2-0.19.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1