summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-08 15:16:01 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-08 15:17:52 +0100
commit78d327a366e02e8e9e0134961d36477a75f97797 (patch)
treeba8d5f0a2a732cd0e3b043e862bb6348a492163b /dev-python/google-auth-httplib2
parentdev-python/proto-plus: Remove Python < 3.10 (diff)
downloadgentoo-78d327a366e02e8e9e0134961d36477a75f97797.tar.gz
gentoo-78d327a366e02e8e9e0134961d36477a75f97797.tar.bz2
gentoo-78d327a366e02e8e9e0134961d36477a75f97797.zip
dev-python/google-auth-httplib2: Enable python3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-auth-httplib2')
-rw-r--r--dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r2.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r2.ebuild
index fd0c7576aa15..74cd7713007c 100644
--- a/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r2.ebuild
+++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1