dev-python/hyperframe: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 22:41:24 +0000 (00:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:16 +0000 (21:57 +0200)
dev-python/hyperframe/hyperframe-5.1.0.ebuild

index 0486a63f174ede7b64680e8b30f3de3a6771f358..4dcc777c6061880d01705600788ecc3ccadd0280 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