diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:15:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:12 +0200 |
commit | bcccbcf2a953310e64d3c732cb497c8f10e1ca5b (patch) | |
tree | feee781403ccfa4fd284fd1cd57e486fc24ae110 /dev-python | |
parent | dev-python/sphinx: Enable py3.7 (diff) | |
download | gentoo-bcccbcf2a953310e64d3c732cb497c8f10e1ca5b.tar.gz gentoo-bcccbcf2a953310e64d3c732cb497c8f10e1ca5b.tar.bz2 gentoo-bcccbcf2a953310e64d3c732cb497c8f10e1ca5b.zip |
dev-python/pytest-forked: Enable py3.7
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-forked/pytest-forked-0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-forked/pytest-forked-0.2.ebuild b/dev-python/pytest-forked/pytest-forked-0.2.ebuild index ca671b48d93a..ffb369e51442 100644 --- a/dev-python/pytest-forked/pytest-forked-0.2.ebuild +++ b/dev-python/pytest-forked/pytest-forked-0.2.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 |