commit: 8ead7810928134ec6be3bf9163a30c1d22bdd5aa
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 13:57:43 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 14:03:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ead7810
dev-python/googleapis-common-protos: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../googleapis-common-protos/googleapis-common-protos-1.53.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.53.0.ebuild
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.53.0.ebuild
index 614c18bba21..490e9d2f752 100644
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.53.0.ebuild
+++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.53.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="python classes generated from the common protos in the googleapis
repository"