summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2022-05-22 09:02:08 -0700
committerZac Medico <zmedico@gentoo.org>2022-05-22 09:02:35 -0700
commit717ed6a94a19d90252d0c16597944fc37a996053 (patch)
tree6bee6183f40a4d1fbe2b4baaec3241821cf79ee8 /dev-python
parentnet-misc/megatools: add 1.11.0 (diff)
downloadgentoo-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.ebuild4
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