summaryrefslogtreecommitdiff
path: root/dev-python/google-api-python-client
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-26 18:05:48 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-26 18:05:48 +0100
commit620308016188d1a8ddf0db8173f8e27d4b5715e2 (patch)
tree9b93163f173824562697aabc2ac7c29d2596b9ed /dev-python/google-api-python-client
parentdc5fb5b75b373698402171de2b2d5afa5b1fa63e (diff)
downloadgentoo-620308016188d1a8ddf0db8173f8e27d4b5715e2.tar.gz
gentoo-620308016188d1a8ddf0db8173f8e27d4b5715e2.tar.bz2
gentoo-620308016188d1a8ddf0db8173f8e27d4b5715e2.zip
dev-python/google-api-python-client: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-api-python-client')
-rw-r--r--dev-python/google-api-python-client/google-api-python-client-2.115.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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