commit: ac92f551be4d929fbc4a081a8929346a2ebcf295
Author: Zen <z <AT> pyl <DOT> onl>
AuthorDate: Thu Jun 26 16:28:06 2025 +0000
Commit: George Zenner <dev <AT> pyl <DOT> onl>
CommitDate: Thu Jun 26 16:28:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac92f551
dev-python/json_exporter: add python3.13 compat
Signed-off-by: Zen <z <AT> pyl.onl>
dev-python/json_exporter/json_exporter-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/json_exporter/json_exporter-1.0.2.ebuild
b/dev-python/json_exporter/json_exporter-1.0.2.ebuild
index be2e24eefa..f1e89561da 100644
--- a/dev-python/json_exporter/json_exporter-1.0.2.ebuild
+++ b/dev-python/json_exporter/json_exporter-1.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
DESCRIPTION="Python-based library for exporting JSON data as metrics for
Prometheus."