commit:     cd8c948d399eed0bab26370a7cb3803d18f7d0bf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 19:49:39 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 19:58:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8c948d

dev-python/uvicorn: Enable pypy3.11

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

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

diff --git a/dev-python/uvicorn/uvicorn-0.34.0.ebuild 
b/dev-python/uvicorn/uvicorn-0.34.0.ebuild
index a7d499d3c56e..09c8433bb013 100644
--- a/dev-python/uvicorn/uvicorn-0.34.0.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.34.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
 
 inherit distutils-r1 optfeature
 
@@ -67,7 +67,7 @@ python_test() {
                
'tests/protocols/test_websocket.py::test_send_binary_data_to_server_bigger_than_default_on_websockets[h11-max=defaults
 sent=defaults+1]'
        )
        case ${EPYTHON} in
-               pypy3)
+               pypy3*)
                        # TODO
                        EPYTEST_DESELECT+=(
                                
tests/middleware/test_logging.py::test_running_log_using_fd

Reply via email to