commit: e11bb1db918774fd0ce3c0a8dfaafa6234293089 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 24 08:46:38 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 24 08:52:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11bb1db
dev-python/oauth2client: Tested on py3.10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild | 5 +++-- 1 file 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