dev-python/pdm: disable pypy3

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2023-04-08 09:33:20 +03:00
parent 3ed73611c3
commit a29953ece6

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm
PYTHON_COMPAT=( python3_{10..11} pypy3 )
PYTHON_COMPAT=( python3_{10..11} )
inherit bash-completion-r1 distutils-r1 pypi