summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-12-13 21:32:52 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-12-13 21:53:28 +0200
commit44a6c0bfb0b07526ed82fe2d0c419f9934c99ccd (patch)
tree8e48692936c4a9c6ef4a29cc2a60085a21debf87 /dev-python/google-auth-oauthlib
parentdev-python/google-auth-oauthlib: add 0.8.0 (diff)
downloadgentoo-44a6c0bfb0b07526ed82fe2d0c419f9934c99ccd.tar.gz
gentoo-44a6c0bfb0b07526ed82fe2d0c419f9934c99ccd.tar.bz2
gentoo-44a6c0bfb0b07526ed82fe2d0c419f9934c99ccd.zip
dev-python/google-auth-oauthlib: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/google-auth-oauthlib')
-rw-r--r--dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0.ebuild
index 9f0dd721dba7..bd70749d3a48 100644
--- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0.ebuild
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.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