summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-12-02 16:34:09 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-12-02 16:34:09 +0200
commit15ff162f823f473054634a66bceac4ff00190504 (patch)
tree329ef5bd2a1120aaf1645ea8663b71108ccc6dd2 /dev-python
parentdev-python/google-auth: add 2.15.0 (diff)
downloadgentoo-15ff162f823f473054634a66bceac4ff00190504.tar.gz
gentoo-15ff162f823f473054634a66bceac4ff00190504.tar.bz2
gentoo-15ff162f823f473054634a66bceac4ff00190504.zip
dev-python/google-auth: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/google-auth/google-auth-2.15.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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