commit: 9aa46bf4ad02f2f8419eea15fc51eb6e49c04d40
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 17:04:18 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 17:04:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa46bf4
dev-python/googleapis-common-protos: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../googleapis-common-protos/googleapis-common-protos-1.62.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.62.0.ebuild
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.62.0.ebuild
index 3a8603d48dea..c74ffd818bed 100644
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.62.0.ebuild
+++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.62.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi