commit: c31bd209bc74dc1876f1a0c16d5fd8aa1c8693b6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 20:15:28 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 19:57:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31bd209
dev-python/automat: Enable py3.7
dev-python/automat/automat-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/automat/automat-0.7.0.ebuild
b/dev-python/automat/automat-0.7.0.ebuild
index 9671b0f1117..3da75c199ec 100644
--- a/dev-python/automat/automat-0.7.0.ebuild
+++ b/dev-python/automat/automat-0.7.0.ebuild
@@ -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