diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-16 06:09:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-16 06:10:19 +0100 |
commit | aef3f1ad97c8a5605a30821fc75508e682100b9c (patch) | |
tree | db3acb5388b054948769f5f1f5536df539989733 /dev-python/google-api-python-client | |
parent | dev-python/google-api-core: Enable py3.11 (diff) | |
download | gentoo-aef3f1ad97c8a5605a30821fc75508e682100b9c.tar.gz gentoo-aef3f1ad97c8a5605a30821fc75508e682100b9c.tar.bz2 gentoo-aef3f1ad97c8a5605a30821fc75508e682100b9c.zip |
dev-python/google-api-python-client: Enable py3.11
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.78.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |