summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:15:44 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:57:12 +0200
commitbcccbcf2a953310e64d3c732cb497c8f10e1ca5b (patch)
treefeee781403ccfa4fd284fd1cd57e486fc24ae110 /dev-python/pytest-forked
parentdev-python/sphinx: Enable py3.7 (diff)
downloadgentoo-bcccbcf2a953310e64d3c732cb497c8f10e1ca5b.tar.gz
gentoo-bcccbcf2a953310e64d3c732cb497c8f10e1ca5b.tar.bz2
gentoo-bcccbcf2a953310e64d3c732cb497c8f10e1ca5b.zip
dev-python/pytest-forked: Enable py3.7
Diffstat (limited to 'dev-python/pytest-forked')
-rw-r--r--dev-python/pytest-forked/pytest-forked-0.2.ebuild2
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