sys-power/amdfan: remove py3.10 and add py3.13

Closes: https://bugs.gentoo.org/936809
Signed-off-by: Philippe-Alexandre Mathieu <pamathieu@poum.ca>
This commit is contained in:
Philippe-Alexandre Mathieu
2024-07-28 14:16:43 -04:00
parent 8445fbfb3e
commit 6fa58a9ddd

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 systemd autotools