diff options
author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2021-05-16 12:30:27 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-18 13:39:58 +0200 |
commit | bd76f68323628e9cb67affd0ec7787831aba6c83 (patch) | |
tree | ea061c82fe1e3dada5deafd513745d32dd1db239 /dev-python/hyperframe | |
parent | dev-python/hpack: Bump 3.0.0 to python 3.10 (diff) | |
download | gentoo-bd76f68323628e9cb67affd0ec7787831aba6c83.tar.gz gentoo-bd76f68323628e9cb67affd0ec7787831aba6c83.tar.bz2 gentoo-bd76f68323628e9cb67affd0ec7787831aba6c83.zip |
dev-python/hyperframe: Bump 5.2.0 and 6.0.0 to python 3.10
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hyperframe')
-rw-r--r-- | dev-python/hyperframe/hyperframe-5.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/hyperframe/hyperframe-6.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hyperframe/hyperframe-5.2.0.ebuild b/dev-python/hyperframe/hyperframe-5.2.0.ebuild index 58177a229f38..e0445c9d2f07 100644 --- a/dev-python/hyperframe/hyperframe-5.2.0.ebuild +++ b/dev-python/hyperframe/hyperframe-5.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 diff --git a/dev-python/hyperframe/hyperframe-6.0.0.ebuild b/dev-python/hyperframe/hyperframe-6.0.0.ebuild index 58177a229f38..e0445c9d2f07 100644 --- a/dev-python/hyperframe/hyperframe-6.0.0.ebuild +++ b/dev-python/hyperframe/hyperframe-6.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |