summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:09:54 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:38 +0200
commit86275f4c1b70cf54dce93e930c4895974ce5b5e8 (patch)
tree41537fb782665d527a3596f5fe938ca4d0c2271d /dev-python/virtualenv
parentdev-python/backports-unittest-mock: Enable py3.7 (diff)
downloadgentoo-86275f4c1b70cf54dce93e930c4895974ce5b5e8.tar.gz
gentoo-86275f4c1b70cf54dce93e930c4895974ce5b5e8.tar.bz2
gentoo-86275f4c1b70cf54dce93e930c4895974ce5b5e8.zip
dev-python/virtualenv: Enable py3.7
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r--dev-python/virtualenv/virtualenv-16.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/virtualenv/virtualenv-16.0.0.ebuild b/dev-python/virtualenv/virtualenv-16.0.0.ebuild
index b43ff98f5d16..e105eae7912d 100644
--- a/dev-python/virtualenv/virtualenv-16.0.0.ebuild
+++ b/dev-python/virtualenv/virtualenv-16.0.0.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