commit: 2fe8b6c38f5d71797933e2f11537f5ce685401b9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 14 22:41:30 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 16 19:57:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe8b6c3
dev-python/hpack: Enable py3.7 dev-python/hpack/hpack-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild index fb38cffa6cc..ee4d15d69a5 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_{4,5,6} pypy) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy) inherit distutils-r1