commit: 7343a86e4ac9e1100d00cdde6fbed34d03c6aa92
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 14:23:24 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 22 15:27:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7343a86e
dev-python/pytest-codeblocks: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-codeblocks/pytest-codeblocks-0.17.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.17.0.ebuild
b/dev-python/pytest-codeblocks/pytest-codeblocks-0.17.0.ebuild
index 781fbc8a5387..acc3a7566840 100644
--- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.17.0.ebuild
+++ b/dev-python/pytest-codeblocks/pytest-codeblocks-0.17.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1