diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-24 09:16:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-24 09:51:57 +0100 |
commit | 5d285c2af2baf896a7f52b38d4f93c39dccad680 (patch) | |
tree | 6d2bd1e625633780d7a8c7e348717daae23b47cb /dev-python/google-auth-oauthlib | |
parent | dev-python/google-auth-httplib2: Bump to EAPI 8 / PEP517 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |