diff options
| author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:09:58 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:38 +0200 |
| commit | e3d3e51a5db0b00b5d1d037a06873ced963f411c (patch) | |
| tree | 6446ef9689943a2c5a36ded19bb8fd605369a2f4 /dev-python | |
| parent | 86275f4c1b70cf54dce93e930c4895974ce5b5e8 (diff) | |
| download | gentoo-e3d3e51a5db0b00b5d1d037a06873ced963f411c.tar.gz gentoo-e3d3e51a5db0b00b5d1d037a06873ced963f411c.tar.bz2 gentoo-e3d3e51a5db0b00b5d1d037a06873ced963f411c.zip | |
dev-python/pyparsing: Enable py3.7
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyparsing/pyparsing-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyparsing/pyparsing-2.2.0.ebuild b/dev-python/pyparsing/pyparsing-2.2.0.ebuild index 02856e79e946..a77d5c127e1d 100644 --- a/dev-python/pyparsing/pyparsing-2.2.0.ebuild +++ b/dev-python/pyparsing/pyparsing-2.2.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 pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit distutils-r1 |
