summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-24 09:16:32 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-24 09:51:57 +0100
commit5d285c2af2baf896a7f52b38d4f93c39dccad680 (patch)
tree6d2bd1e625633780d7a8c7e348717daae23b47cb /dev-python/google-auth-oauthlib
parentdev-python/google-auth-httplib2: Bump to EAPI 8 / PEP517 (diff)
downloadgentoo-5d285c2af2baf896a7f52b38d4f93c39dccad680.tar.gz
gentoo-5d285c2af2baf896a7f52b38d4f93c39dccad680.tar.bz2
gentoo-5d285c2af2baf896a7f52b38d4f93c39dccad680.zip
dev-python/google-auth-oauthlib: Tested on py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-auth-oauthlib')
-rw-r--r--dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.0.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.0.ebuild
index 931bd53ed2a7..4a1afbdaab4a 100644
--- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.0.ebuild
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1