commit:     96f669c3908be859bc4e919265baebec7eb36370
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  8 17:19:55 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  8 17:28:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f669c3

dev-python/test: Enable py3.14

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/test/test-0.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-python/test/test-0.ebuild b/dev-python/test/test-0.ebuild
index b4942eb4db23..0ff77a4d2c3c 100644
--- a/dev-python/test/test-0.ebuild
+++ b/dev-python/test/test-0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} python3_13t )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13..14}t )
 
 inherit python-r1
 
@@ -18,12 +18,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="
        ${PYTHON_DEPS}
        $(python_gen_impl_dep 'test-install(+)' 'pypy3*')
-       $(python_gen_cond_dep '
-               || (
-                       dev-python/python-tests:3.10
-                       <dev-lang/python-3.10.14_p3-r1:3.10
-               )
-       ' python3_10)
        $(python_gen_cond_dep '
                || (
                        dev-python/python-tests:3.11
@@ -45,4 +39,10 @@ RDEPEND="
        $(python_gen_cond_dep '
                dev-python/python-tests:3.13t
        ' python3_13t)
+       $(python_gen_cond_dep '
+               dev-python/python-tests:3.14
+       ' python3_14)
+       $(python_gen_cond_dep '
+               dev-python/python-tests:3.14t
+       ' python3_14t)
 "

Reply via email to