diff options
author | 2022-02-24 09:46:38 +0100 | |
---|---|---|
committer | 2022-02-24 09:52:00 +0100 | |
commit | e11bb1db918774fd0ce3c0a8dfaafa6234293089 (patch) | |
tree | 59260bd94486f88f284b558b8b6a88de95731759 /dev-python/oauth2client | |
parent | dev-python/google-api-core: Tested on py3.10 (diff) | |
download | gentoo-e11bb1db918774fd0ce3c0a8dfaafa6234293089.tar.gz gentoo-e11bb1db918774fd0ce3c0a8dfaafa6234293089.tar.bz2 gentoo-e11bb1db918774fd0ce3c0a8dfaafa6234293089.zip |
dev-python/oauth2client: Tested on py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oauth2client')
-rw-r--r-- | dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild index 22622615cc0e..21462801d204 100644 --- a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) + +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |