dev-python/atomicwrites: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 08:41:37 +0000 (10:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:35 +0000 (21:56 +0200)
dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild

index 82f4a5648b673c4e4214d0d0ed4f6e5693b5ab06..b7da5c5dfb079d36e335ab69094306d18c6b710f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1