commit: aef3f1ad97c8a5605a30821fc75508e682100b9c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 05:09:53 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 05:10:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef3f1ad
dev-python/google-api-python-client: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../google-api-python-client/google-api-python-client-2.78.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/google-api-python-client/google-api-python-client-2.78.0.ebuild
b/dev-python/google-api-python-client/google-api-python-client-2.78.0.ebuild
index 7f5368fd7fde..65893f1d07cd 100644
--- a/dev-python/google-api-python-client/google-api-python-client-2.78.0.ebuild
+++ b/dev-python/google-api-python-client/google-api-python-client-2.78.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1