commit: 6fa58a9dddce5d2d6f42c38c07a5bc596d028c83 Author: Philippe-Alexandre Mathieu <pamathieu <AT> poum <DOT> ca> AuthorDate: Sun Jul 28 18:16:43 2024 +0000 Commit: Philippe-Alexandre Mathieu <pamathieu <AT> poum <DOT> ca> CommitDate: Sun Jul 28 18:16:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fa58a9d
sys-power/amdfan: remove py3.10 and add py3.13 Closes: https://bugs.gentoo.org/936809 Signed-off-by: Philippe-Alexandre Mathieu <pamathieu <AT> poum.ca> sys-power/amdfan/{amdfan-0.2.1-r1.ebuild => amdfan-0.2.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/amdfan/amdfan-0.2.1-r1.ebuild b/sys-power/amdfan/amdfan-0.2.1-r2.ebuild similarity index 96% rename from sys-power/amdfan/amdfan-0.2.1-r1.ebuild rename to sys-power/amdfan/amdfan-0.2.1-r2.ebuild index 4ce851552..7b5c0dd97 100644 --- a/sys-power/amdfan/amdfan-0.2.1-r1.ebuild +++ b/sys-power/amdfan/amdfan-0.2.1-r2.ebuild @@ -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