commit: 3756c8c50cb973c9070cc19a87c1134508298a12
Author: Zen <z <AT> pyl <DOT> onl>
AuthorDate: Thu Jun 26 16:30:07 2025 +0000
Commit: George Zenner <dev <AT> pyl <DOT> onl>
CommitDate: Thu Jun 26 16:30:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3756c8c5
dev-python/hid_ups_exporter: Add python 3.13 target
Signed-off-by: Zen <z <AT> pyl.onl>
dev-python/hid_ups_exporter/hid_ups_exporter-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hid_ups_exporter/hid_ups_exporter-1.0.1.ebuild
b/dev-python/hid_ups_exporter/hid_ups_exporter-1.0.1.ebuild
index 57c3912ca7..44fba78cd9 100644
--- a/dev-python/hid_ups_exporter/hid_ups_exporter-1.0.1.ebuild
+++ b/dev-python/hid_ups_exporter/hid_ups_exporter-1.0.1.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 HID UPS data as metrics for
Prometheus."