commit:     7be5304f24f9c5beab6e8c3b9dd6fcb8b2218b5a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 16:26:51 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 07:09:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be5304f

dev-python/unittest-or-fail: Enable pypy3.11

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

 dev-python/unittest-or-fail/unittest-or-fail-2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/unittest-or-fail/unittest-or-fail-2-r1.ebuild 
b/dev-python/unittest-or-fail/unittest-or-fail-2-r1.ebuild
index d62a8bd47e14..a0b267844ea5 100644
--- a/dev-python/unittest-or-fail/unittest-or-fail-2-r1.ebuild
+++ b/dev-python/unittest-or-fail/unittest-or-fail-2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=flit
 # in py3.12+ unittest already fails when no tests are found
 # we're adding these impls to PYTHON_COMPAT to clean up upgrade graphs
 # but we're not installing anything
-PYTHON_USED=( pypy3 python3_{10..11} )
+PYTHON_USED=( pypy3{,_11} python3_{10..11} )
 PYTHON_COMPAT=( "${PYTHON_USED[@]}" python3_{12..13} )
 
 inherit distutils-r1

Reply via email to