dev-python/wcwidth: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Mon, 23 Jul 2018 08:55:01 +0000 (10:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 23 Jul 2018 09:25:46 +0000 (11:25 +0200)
dev-python/wcwidth/wcwidth-0.1.7-r1.ebuild

index ca6f6b62186f5df9c766a0530031d42007337b64..befdbde04d6e2b9d23b81e199dd056ee7598bad6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1