commit: 7100630f22f724d32a56c97911cd9c0fa133c5a4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 18:09:27 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 12 18:15:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7100630f
dev-python/webtest: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/webtest/webtest-3.0.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/webtest/webtest-3.0.4.ebuild
b/dev-python/webtest/webtest-3.0.4.ebuild
index 13484823e862..2527997d384a 100644
--- a/dev-python/webtest/webtest-3.0.4.ebuild
+++ b/dev-python/webtest/webtest-3.0.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN="WebTest"
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi
@@ -33,7 +33,7 @@ BDEPEND="
dev-python/wsgiproxy2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/legacy-cgi[${PYTHON_USEDEP}]
- ' 3.13)
+ ' 3.{13..14})
)
"