diff options
-rw-r--r-- | dev-python/h2/h2-3.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/h2/h2-4.1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/h2/h2-3.2.0.ebuild b/dev-python/h2/h2-3.2.0.ebuild index d4de0862f68b..7af9708ba47f 100644 --- a/dev-python/h2/h2-3.2.0.ebuild +++ b/dev-python/h2/h2-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 MY_P=hyper-h2-${PV} diff --git a/dev-python/h2/h2-4.1.0.ebuild b/dev-python/h2/h2-4.1.0.ebuild index 4f1b0e741c5c..dd6cae8afef8 100644 --- a/dev-python/h2/h2-4.1.0.ebuild +++ b/dev-python/h2/h2-4.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="HTTP/2 State-Machine based protocol implementation" |