commit: 68e4f164f2cca1673920b33e3621a25b3584fb7b
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon May 29 12:01:33 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 29 12:26:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e4f164
dev-python/prometheus-client: enable py3.12
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/prometheus-client/prometheus-client-0.17.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/prometheus-client/prometheus-client-0.17.0.ebuild
b/dev-python/prometheus-client/prometheus-client-0.17.0.ebuild
index 587c0a11e8cc..4c7172a015c2 100644
--- a/dev-python/prometheus-client/prometheus-client-0.17.0.ebuild
+++ b/dev-python/prometheus-client/prometheus-client-0.17.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi