dev-python/automat: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:15:28 +0000 (22:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:09 +0000 (21:57 +0200)
dev-python/automat/automat-0.7.0.ebuild

index 9671b0f11176db56f3f7b8ef94d6f0d679f2781f..3da75c199ec761fd07de1506efbc36a8e4f4bb84 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