commit: d0ecce94083c90977435518f54a29ac7c9b5f428 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 27 07:47:21 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 27 07:47:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ecce94
dev-python/hyper-h2: Port to py39 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/hyper-h2/hyper-h2-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hyper-h2/hyper-h2-3.2.0.ebuild b/dev-python/hyper-h2/hyper-h2-3.2.0.ebuild index c77d49b5bd3..cb7769975da 100644 --- a/dev-python/hyper-h2/hyper-h2-3.2.0.ebuild +++ b/dev-python/hyper-h2/hyper-h2-3.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) inherit distutils-r1