dev-python/hid_ups_exporter: Add python 3.13 target

Signed-off-by: Zen <z@pyl.onl>
This commit is contained in:
Zen
2025-06-26 11:30:07 -05:00
parent ac92f551be
commit 3756c8c50c

View File

@@ -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."