diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:15:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:05 +0200 |
commit | eedd2419f91fae0c6a7acd8bcadc4f98ed3374ea (patch) | |
tree | 944e278ea282c2a3463bc83ddf4eb42291c5a639 /dev-python/whoosh | |
parent | dev-python/m2r: Enable py3.7 (diff) | |
download | gentoo-eedd2419f91fae0c6a7acd8bcadc4f98ed3374ea.tar.gz gentoo-eedd2419f91fae0c6a7acd8bcadc4f98ed3374ea.tar.bz2 gentoo-eedd2419f91fae0c6a7acd8bcadc4f98ed3374ea.zip |
dev-python/whoosh: Enable py3.7
Diffstat (limited to 'dev-python/whoosh')
-rw-r--r-- | dev-python/whoosh/whoosh-2.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/whoosh/whoosh-2.7.4.ebuild b/dev-python/whoosh/whoosh-2.7.4.ebuild index b1259e20cc30..bebab4dc689a 100644 --- a/dev-python/whoosh/whoosh-2.7.4.ebuild +++ b/dev-python/whoosh/whoosh-2.7.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1 |