commit: 15ff162f823f473054634a66bceac4ff00190504
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 14:34:09 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 14:34:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ff162f
dev-python/google-auth: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/google-auth/google-auth-2.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/google-auth/google-auth-2.15.0.ebuild
b/dev-python/google-auth/google-auth-2.15.0.ebuild
index de5188c8fdb8..7fd9f06ca5d2 100644
--- a/dev-python/google-auth/google-auth-2.15.0.ebuild
+++ b/dev-python/google-auth/google-auth-2.15.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1