dev-python/atomicwrites: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-16 10:41:37 +02:00
parent bfb3ce45c0
commit 160cb2caea

View 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