dev-python/pipenv: enable pypy3

Signed-off-by: Oz N Tiram <oz.tiram@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Oz N Tiram
2023-11-30 15:26:01 +01:00
committed by Andrew Ammerlaan
parent a3ae98901d
commit 1434907385

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( pypy3 python3_{10..11} )
inherit distutils-r1 multiprocessing