commit: 4d6a59727025692a9ecf245ea908df9a34561846
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 15:41:32 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 11 15:44:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6a5972
dev-python/psutil: Enable py3.14t
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/psutil/psutil-7.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/psutil/psutil-7.0.0.ebuild
b/dev-python/psutil/psutil-7.0.0.ebuild
index 9882ad4da2c2..90ca7786a121 100644
--- a/dev-python/psutil/psutil-7.0.0.ebuild
+++ b/dev-python/psutil/psutil-7.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} python3_13t pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
inherit distutils-r1 pypi