diff options
| author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:10:33 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:42 +0200 |
| commit | f1bd8641821fdbfdc592d2633f4c415ada45e6a2 (patch) | |
| tree | 59846998617f54acf7690d64c4811b617c49b1fd /dev-python | |
| parent | f2b8ce2ea40465515ef2bb41b6674d915ee028bb (diff) | |
| download | gentoo-f1bd8641821fdbfdc592d2633f4c415ada45e6a2.tar.gz gentoo-f1bd8641821fdbfdc592d2633f4c415ada45e6a2.tar.bz2 gentoo-f1bd8641821fdbfdc592d2633f4c415ada45e6a2.zip | |
dev-python/wheel: Enable py3.7
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/wheel/wheel-0.31.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wheel/wheel-0.31.1.ebuild b/dev-python/wheel/wheel-0.31.1.ebuild index f0aa2dd6026d..cc595d256a00 100644 --- a/dev-python/wheel/wheel-0.31.1.ebuild +++ b/dev-python/wheel/wheel-0.31.1.ebuild @@ -3,7 +3,7 @@ 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 eutils |
