diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:08:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:25 +0200 |
commit | 29ae5a6fcf0c7aecbcf6d761084fa0b368b92d7b (patch) | |
tree | 083fc539e709fe42604dfcdcf390881062f02d03 /dev-python/regex | |
parent | dev-python/strict-rfc3339: Enable py3.7 (diff) | |
download | gentoo-29ae5a6fcf0c7aecbcf6d761084fa0b368b92d7b.tar.gz gentoo-29ae5a6fcf0c7aecbcf6d761084fa0b368b92d7b.tar.bz2 gentoo-29ae5a6fcf0c7aecbcf6d761084fa0b368b92d7b.zip |
dev-python/regex: Enable py3.7
Diffstat (limited to 'dev-python/regex')
-rw-r--r-- | dev-python/regex/regex-2017.04.05.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/regex/regex-2017.04.05.ebuild b/dev-python/regex/regex-2017.04.05.ebuild index bde151338bb2..96cc953514e0 100644 --- a/dev-python/regex/regex-2017.04.05.ebuild +++ b/dev-python/regex/regex-2017.04.05.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1 flag-o-matic |