commit:     f9f56c6c99b75891fb74d9465a9da32fee1718cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 14 06:15:43 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 14 06:32:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f56c6c

dev-python/libcst: Enable pypy3.11

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

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

diff --git a/dev-python/libcst/libcst-1.7.0.ebuild 
b/dev-python/libcst/libcst-1.7.0.ebuild
index 2831f8e3e0fe..b073920c0c0a 100644
--- a/dev-python/libcst/libcst-1.7.0.ebuild
+++ b/dev-python/libcst/libcst-1.7.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
 
 CRATES="
        [email protected]
@@ -171,7 +171,7 @@ python_test() {
        )
 
        case ${EPYTHON} in
-               pypy3)
+               pypy3*)
                        EPYTEST_DESELECT+=(
                                # 
https://github.com/Instagram/LibCST/issues/1278
                                
libcst/codemod/commands/tests/test_rename_typing_generic_aliases.py::TestRenameCommand::test_rename_typing_generic_alias

Reply via email to