commit: 620308016188d1a8ddf0db8173f8e27d4b5715e2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 17:05:48 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 17:05:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62030801
dev-python/google-api-python-client: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../google-api-python-client/google-api-python-client-2.115.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/google-api-python-client/google-api-python-client-2.115.0.ebuild
b/dev-python/google-api-python-client/google-api-python-client-2.115.0.ebuild
index c041dee86d3c..c5a2303ef5ac 100644
---
a/dev-python/google-api-python-client/google-api-python-client-2.115.0.ebuild
+++
b/dev-python/google-api-python-client/google-api-python-client-2.115.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi