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

index fb38cffa6ccf2cc65a97ff0f07ca662b77877ed9..ee4d15d69a511b8189210c6cbd9c283564da77d9 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