diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-22 08:41:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-22 10:15:33 +0200 |
commit | 13e42cf3b281b27344ae37dbf383795256e9a0dc (patch) | |
tree | 01ee4925f1232210691c4144fa500d2ea7ffc790 /dev-python/enzyme | |
parent | dev-python/readthedocs-sphinx-ext: Remove py2 (diff) | |
download | gentoo-13e42cf3b281b27344ae37dbf383795256e9a0dc.tar.gz gentoo-13e42cf3b281b27344ae37dbf383795256e9a0dc.tar.bz2 gentoo-13e42cf3b281b27344ae37dbf383795256e9a0dc.zip |
dev-python/enzyme: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/enzyme')
-rw-r--r-- | dev-python/enzyme/enzyme-0.4.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild index 91d4fbaefa55..c4c197a51f0b 100644 --- a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild +++ b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='xml(+)' inherit distutils-r1 |