dev-python/python-lsp-black: enable pypy3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2023-11-17 12:14:05 +01:00
parent 8189d84b7b
commit 9ee563aff2

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