diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-08 13:31:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-09 13:35:12 +0200 |
commit | 5a68443643206caa60f91f96788345aa15786642 (patch) | |
tree | 90f61e22be7a100bf60fe6815808a6c553fcbf0c /dev-python/hpack | |
parent | dev-python/h11: Remove old 0.11.0 (diff) | |
download | gentoo-5a68443643206caa60f91f96788345aa15786642.tar.gz gentoo-5a68443643206caa60f91f96788345aa15786642.tar.bz2 gentoo-5a68443643206caa60f91f96788345aa15786642.zip |
dev-python/hpack: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hpack')
-rw-r--r-- | dev-python/hpack/hpack-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hpack/hpack-4.0.0.ebuild b/dev-python/hpack/hpack-4.0.0.ebuild index c35586ef47f4..3e785ac0702e 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..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |