dev-python/diff-match-patch: enable pypy3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2023-11-17 16:26:51 +01:00
parent a3ad9241c6
commit bc8feb5c80

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi