summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:09:01 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:29 +0200
commit4fc2bc44cbff0a30d6a6dfda0bc44fbac56409b0 (patch)
treed2f7344db2162fce0bee591076226847c115dca9 /dev-python/nose
parentdev-python/coverage: Enable py3.7 (diff)
downloadgentoo-4fc2bc44cbff0a30d6a6dfda0bc44fbac56409b0.tar.gz
gentoo-4fc2bc44cbff0a30d6a6dfda0bc44fbac56409b0.tar.bz2
gentoo-4fc2bc44cbff0a30d6a6dfda0bc44fbac56409b0.zip
dev-python/nose: Enable py3.7
Diffstat (limited to 'dev-python/nose')
-rw-r--r--dev-python/nose/nose-1.3.7-r3.ebuild2
-rw-r--r--dev-python/nose/nose-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild
index 130b3d368d81..14a35ee036cc 100644
--- a/dev-python/nose/nose-1.3.7-r3.ebuild
+++ b/dev-python/nose/nose-1.3.7-r3.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 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
diff --git a/dev-python/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild
index d3f5375f2559..e0c3121817e3 100644
--- a/dev-python/nose/nose-9999.ebuild
+++ b/dev-python/nose/nose-9999.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 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 git-r3