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

index 83d70c85da06a42e5d58e94eea400d73a84a82fa..641235dfddb5d5c6d546fad10146fb2412608c49 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1