From: Michał Górny Date: Wed, 27 May 2020 07:46:58 +0000 (+0200) Subject: dev-python/hpack: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=829a680824ebd6e8b373794c6388fb8111d9722f;p=gentoo.git dev-python/hpack: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild index de96e1d0134f..3a62a22097ce 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=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8}) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9}) inherit distutils-r1