dev-python/jaraco-collections: Add pypy3 love

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-01-31 11:45:34 +01:00
parent 638f479061
commit 7f496a22e3

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
MY_PN="${PN/-/.}"