dev-python/hyperlink: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:13:55 +0000 (22:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:54 +0000 (21:56 +0200)
dev-python/hyperlink/hyperlink-18.0.0.ebuild

index 6eb930d31077cccd5e7771efc1ff6e7c74896bbc..95b3122be4d887f526783536334159b66474ea46 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