summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:15:28 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:57:09 +0200
commitc31bd209bc74dc1876f1a0c16d5fd8aa1c8693b6 (patch)
tree6559e6fb72dbad3e27662bcf3a0eea597ef1f99c /dev-python/automat
parentdev-python/service_identity: Enable py3.7 (diff)
downloadgentoo-c31bd209bc74dc1876f1a0c16d5fd8aa1c8693b6.tar.gz
gentoo-c31bd209bc74dc1876f1a0c16d5fd8aa1c8693b6.tar.bz2
gentoo-c31bd209bc74dc1876f1a0c16d5fd8aa1c8693b6.zip
dev-python/automat: Enable py3.7
Diffstat (limited to 'dev-python/automat')
-rw-r--r--dev-python/automat/automat-0.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/automat/automat-0.7.0.ebuild b/dev-python/automat/automat-0.7.0.ebuild
index 9671b0f11176..3da75c199ec7 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