commit: fbfc3d8353042cd2cba8cb7114d7e694a498bb65
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 14 20:43:08 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 14 20:54:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbfc3d83
dev-python/prompt-toolkit: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/prompt-toolkit/prompt-toolkit-3.0.51.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/prompt-toolkit/prompt-toolkit-3.0.51.ebuild
b/dev-python/prompt-toolkit/prompt-toolkit-3.0.51.ebuild
index f2bf0cde35c4..9aefa762dd77 100644
--- a/dev-python/prompt-toolkit/prompt-toolkit-3.0.51.ebuild
+++ b/dev-python/prompt-toolkit/prompt-toolkit-3.0.51.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi