dev-python/h11: Enable pypy3

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-04-07 10:49:40 +02:00
parent 09b55d586e
commit f8c18dcc07

View File

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