diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-02 10:01:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-02 10:26:49 +0100 |
commit | 0cd5be6274c64c2b08c398db1e3aa06b177b7c47 (patch) | |
tree | 51b09970814f272784d80c52a26d5873ebeaf4d8 /dev-python/hpack | |
parent | dev-python/cython-test-exception-raiser: Switch to PEP 517 build (diff) | |
download | gentoo-0cd5be6274c64c2b08c398db1e3aa06b177b7c47.tar.gz gentoo-0cd5be6274c64c2b08c398db1e3aa06b177b7c47.tar.bz2 gentoo-0cd5be6274c64c2b08c398db1e3aa06b177b7c47.zip |
dev-python/hpack: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hpack')
-rw-r--r-- | dev-python/hpack/hpack-3.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/hpack/hpack-4.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild index cfb818a6527a..fe09f7fda4f3 100644 --- a/dev-python/hpack/hpack-3.0.0.ebuild +++ b/dev-python/hpack/hpack-3.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 diff --git a/dev-python/hpack/hpack-4.0.0.ebuild b/dev-python/hpack/hpack-4.0.0.ebuild index 3c8276b2ff78..cdb23ae1bd30 100644 --- a/dev-python/hpack/hpack-4.0.0.ebuild +++ b/dev-python/hpack/hpack-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 |