From c4bc7992f0bb52480060bc19ad6dba97e53f0a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 18 Jul 2025 06:07:16 +0200 Subject: dev-python/jsonpath-ng: Enable pypy3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild') diff --git a/dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild b/dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild index 466843b8a230..3228b8e8c7af 100644 --- a/dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild +++ b/dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 pypi -- cgit v1.2.3