commit: 8e1cdb79167941a8cd3b0b55598b48caf3a1f682
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 20:12:50 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 20:12:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1cdb79
dev-python/poetry-core: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/poetry-core/poetry-core-2.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/poetry-core/poetry-core-2.1.3.ebuild
b/dev-python/poetry-core/poetry-core-2.1.3.ebuild
index bb27669c074a..ab51d8094cc9 100644
--- a/dev-python/poetry-core/poetry-core-2.1.3.ebuild
+++ b/dev-python/poetry-core/poetry-core-2.1.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_TESTED=( pypy3_11 python3_{11..14} )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi