dev-python/yapf: enable pypy3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2023-11-17 11:58:38 +01:00
parent af5dbff354
commit e8d2c38cd0

View File

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