summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-26 17:59:24 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-26 18:04:46 +0100
commit5e5d2c9efc92b71ca904252a36df160900cf279f (patch)
treefb4a5922b9a87d10282b8cfeb43119d65780d21c /dev-python/google-auth-oauthlib
parentdev-python/google-auth-httplib2: Enable py3.12 (diff)
downloadgentoo-5e5d2c9efc92b71ca904252a36df160900cf279f.tar.gz
gentoo-5e5d2c9efc92b71ca904252a36df160900cf279f.tar.bz2
gentoo-5e5d2c9efc92b71ca904252a36df160900cf279f.zip
dev-python/google-auth-oauthlib: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-auth-oauthlib')
-rw-r--r--dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.0-r1.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.0-r1.ebuild
index 04dbde55c9ab..b41d7f0529ce 100644
--- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.0-r1.ebuild
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1