diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-24 09:12:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-24 09:12:16 +0100 |
commit | 5d9fdacd7ba65d36564c90fcd56ed8f81c6e76ab (patch) | |
tree | 4467586674eac080cf6c57f21ce87fe92c0d72bd /dev-python/google-auth | |
parent | dev-python/test_server: Bump to 0.0.36 (diff) | |
download | gentoo-5d9fdacd7ba65d36564c90fcd56ed8f81c6e76ab.tar.gz gentoo-5d9fdacd7ba65d36564c90fcd56ed8f81c6e76ab.tar.bz2 gentoo-5d9fdacd7ba65d36564c90fcd56ed8f81c6e76ab.zip |
dev-python/google-auth: Tested on py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-auth')
-rw-r--r-- | dev-python/google-auth/google-auth-2.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/google-auth/google-auth-2.6.0.ebuild b/dev-python/google-auth/google-auth-2.6.0.ebuild index cf76f1ed6945..4060dadcb0c0 100644 --- a/dev-python/google-auth/google-auth-2.6.0.ebuild +++ b/dev-python/google-auth/google-auth-2.6.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 |