dev-python/hid_ups_exporter: Bump python version

Signed-off-by: Zen <z@pyl.onl>
This commit is contained in:
Zen
2026-06-29 12:23:40 -05:00
parent 7c4f15d679
commit 55b1f1ee76

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="Python-based library for exporting HID UPS data as metrics for Prometheus."