From 96f669c3908be859bc4e919265baebec7eb36370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 8 May 2025 19:19:55 +0200 Subject: [PATCH] dev-python/test: Enable py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 b4942eb4db230..0ff77a4d2c3c0 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 -