commit: a1732c79ee1234ab78bfff157c8cb8c06e7915f9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 19:50:43 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 10 20:02:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1732c79
dev-python/psutil: enable py3.14
Signed-off-by: Sam James <sam <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 9173d2e76976..9882ad4da2c2 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..13} python3_13t pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{10..14} python3_13t pypy3 pypy3_11 )
inherit distutils-r1 pypi