commit: 5e5d2c9efc92b71ca904252a36df160900cf279f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 16:59:24 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 17:04:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5d2c9e
dev-python/google-auth-oauthlib: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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