dev-python/hyper-h2: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sun, 15 Jul 2018 06:23:46 +0000 (08:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:17 +0000 (21:57 +0200)
dev-python/hyper-h2/hyper-h2-3.0.1.ebuild

index 0c67c2fa3c2a4664eddfb8ceda5cb85942fc4d0a..8a0281510fc9201a3984634c2ab57f998b78d7e4 100644 (file)
@@ -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