From bfc7fd00b1d87ecc61f2466cdfd539cf9eb51e36 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 20 Nov 2023 17:59:12 +0100 Subject: dev-python/jupyterlab: Enable pypy3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sponsored-by: Ex Makhina, Inc. Signed-off-by: Michał Górny --- dev-python/jupyterlab/jupyterlab-4.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/jupyterlab') diff --git a/dev-python/jupyterlab/jupyterlab-4.0.9.ebuild b/dev-python/jupyterlab/jupyterlab-4.0.9.ebuild index a9ae6842f846..672b58ac0dd4 100644 --- a/dev-python/jupyterlab/jupyterlab-4.0.9.ebuild +++ b/dev-python/jupyterlab/jupyterlab-4.0.9.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi xdg -- cgit v1.2.3-65-gdbad