dev-python/hid-ups: Update python compat

Signed-off-by: Zen <z@pyl.onl>
This commit is contained in:
Zen
2025-05-26 18:33:02 -05:00
parent 6f4e134d56
commit 7aaae54368

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 interpreting UPS HID data."