summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-21 14:39:01 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-21 14:39:01 +0100
commit639b8481e29420023dcfb30464b91a3de87494b6 (patch)
treec7e89c53aef303fedca29dd9bbe3313cf0877196
parentdev-python/pyglet: Enable pypy3 (diff)
downloadgentoo-639b8481e29420023dcfb30464b91a3de87494b6.tar.gz
gentoo-639b8481e29420023dcfb30464b91a3de87494b6.tar.bz2
gentoo-639b8481e29420023dcfb30464b91a3de87494b6.zip
dev-python/jupyter-console: Enable pypy3
Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jupyter-console/jupyter-console-6.6.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild b/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild
index 288a241616dc..159edcea27f4 100644
--- a/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild
+++ b/dev-python/jupyter-console/jupyter-console-6.6.3.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