commit: 7aaae5436843e3134307692679d7f925d79bb4d2
Author: Zen <z <AT> pyl <DOT> onl>
AuthorDate: Mon May 26 23:33:02 2025 +0000
Commit: George Zenner <dev <AT> pyl <DOT> onl>
CommitDate: Mon May 26 23:33:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7aaae543
dev-python/hid-ups: Update python compat
Signed-off-by: Zen <z <AT> pyl.onl>
dev-python/hid_ups/hid_ups-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hid_ups/hid_ups-1.0.1.ebuild
b/dev-python/hid_ups/hid_ups-1.0.1.ebuild
index 9e7f473f2b..7b5cd19652 100644
--- a/dev-python/hid_ups/hid_ups-1.0.1.ebuild
+++ b/dev-python/hid_ups/hid_ups-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 interpreting UPS HID data."