commit: f8bbaa42d6ad5e985506be235204b4131c777fc3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 8 17:09:42 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 8 19:10:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bbaa42
dev-python/portend: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/portend/portend-3.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/portend/portend-3.2.0.ebuild
b/dev-python/portend/portend-3.2.0.ebuild
index 0380d1326d50..7e1cc1428514 100644
--- a/dev-python/portend/portend-3.2.0.ebuild
+++ b/dev-python/portend/portend-3.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_1{3t,4t} pypy3_11 )
inherit distutils-r1 pypi