diff options
Diffstat (limited to 'dev-python/test')
-rw-r--r-- | dev-python/test/Manifest | 2 | ||||
-rw-r--r-- | dev-python/test/test-0.ebuild | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/test/Manifest b/dev-python/test/Manifest index cb70a3f1aab8..2568f96bd578 100644 --- a/dev-python/test/Manifest +++ b/dev-python/test/Manifest @@ -1,2 +1,2 @@ -EBUILD test-0.ebuild 1113 BLAKE2B f44d0c76ce39ec5b56d5e013631ae7f75b8c934f635baf83a80fee26b1e9bd39d5e63a75691dd7f9f1a2f7cac6280f8add7d37f8dbcaa8069ee07156dbcc5a9e SHA512 febfd43cb1a7bf9601a23bdebc4114cb348a8c2d79c89ab6e173f1d538752d4d7b327764db8068b42178f3657bc9f00cc024d6ede18c859492245017836d9755 +EBUILD test-0.ebuild 1135 BLAKE2B 225b65387d3034f078699f73c62e57bb588f6c4f0ac5591504865cdcbb37222ca12ab227e7317d55b33a0b3f147c6946edfe92c065ad22f5b691c4a7f602cd3c SHA512 8dddd0beabdd2960fddbfe998d22c127d0fd4b4c1c59c1a70b75fac3c2b5c6229570506077c8e06d2a3d82247b179532e3af78b8034fc9d5fde4fcc61a81a984 MISC metadata.xml 265 BLAKE2B 369a57fab1283b596588a82815bfe567fe7617b5c0cb17e97f6694beefdd1e932b0d9ffc1fcb23c6ef05b33d97b3c1d1bb3960618ffdf4924c4ebad262794282 SHA512 a682dac348f2d95b986749f4d33e5702c1e8f66cf2ff7a32a5c2a8d388ddbfde2919d97345028c2007415368d395c7cf657184be89f7def27c949f1af5c30170 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 @@ -20,12 +20,6 @@ RDEPEND=" $(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 <dev-lang/python-3.11.9_p2-r1: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) " |