commit:     7f4491ae16bd95b29d279bc76fb9c83ddaeeee32
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 10:50:46 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 11:29:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4491ae

dev-python/zope-interface: Enable pypy3.11

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

 dev-python/zope-interface/zope-interface-7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/zope-interface/zope-interface-7.2.ebuild 
b/dev-python/zope-interface/zope-interface-7.2.ebuild
index c69247fbbf82..7459cb2115a8 100644
--- a/dev-python/zope-interface/zope-interface-7.2.ebuild
+++ b/dev-python/zope-interface/zope-interface-7.2.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYPI_PN=${PN/-/.}
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
 
 inherit distutils-r1 pypi
 
@@ -50,7 +50,7 @@ python_compile() {
 
 python_test() {
        local -x PURE_PYTHON=0
-       if ! use native-extensions || [[ ${EPYTHON} == pypy3 ]]; then
+       if ! use native-extensions || [[ ${EPYTHON} == pypy3* ]]; then
                PURE_PYTHON=1
        fi
 

Reply via email to