diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-05-22 09:02:08 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-05-22 09:02:35 -0700 |
commit | 717ed6a94a19d90252d0c16597944fc37a996053 (patch) | |
tree | 6bee6183f40a4d1fbe2b4baaec3241821cf79ee8 /dev-python | |
parent | net-misc/megatools: add 1.11.0 (diff) | |
download | gentoo-717ed6a94a19d90252d0c16597944fc37a996053.tar.gz gentoo-717ed6a94a19d90252d0c16597944fc37a996053.tar.bz2 gentoo-717ed6a94a19d90252d0c16597944fc37a996053.zip |
dev-python/google-reauth-python: enable py3.10
Closes: https://bugs.gentoo.org/845738
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/google-reauth-python/google-reauth-python-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/google-reauth-python/google-reauth-python-0.1.1.ebuild b/dev-python/google-reauth-python/google-reauth-python-0.1.1.ebuild index ae794b24b60f..5cee05e0734a 100644 --- a/dev-python/google-reauth-python/google-reauth-python-0.1.1.ebuild +++ b/dev-python/google-reauth-python/google-reauth-python-0.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 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 |