commit:     3d8c25543c7935bf8308b0d26ff85d3d5eb009bf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 19:59:46 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 20:33:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8c2554

dev-python/cheroot: Enable pypy3.11

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

 dev-python/cheroot/cheroot-10.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cheroot/cheroot-10.0.1.ebuild 
b/dev-python/cheroot/cheroot-10.0.1.ebuild
index 514c6a2219e5..51df5c84396d 100644
--- a/dev-python/cheroot/cheroot-10.0.1.ebuild
+++ b/dev-python/cheroot/cheroot-10.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
 
 inherit distutils-r1 pypi
 
@@ -72,7 +72,7 @@ python_test() {
        )
 
        case ${EPYTHON} in
-               pypy3)
+               pypy3*)
                        EPYTEST_DESELECT+=(
                                # https://github.com/cherrypy/cheroot/issues/695
                                
cheroot/test/test_conn.py::test_remains_alive_post_unhandled_exception

Reply via email to