summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:11:26 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:44 +0200
commitbab7b3faf0bf9704aa0087c2f060cf0eddccccc8 (patch)
tree8f1aa7afc48fdce0337610ef31f2f84274d4cb0d
parentdev-python/testtools: Enable py3.7 (diff)
downloadgentoo-bab7b3faf0bf9704aa0087c2f060cf0eddccccc8.tar.gz
gentoo-bab7b3faf0bf9704aa0087c2f060cf0eddccccc8.tar.bz2
gentoo-bab7b3faf0bf9704aa0087c2f060cf0eddccccc8.zip
dev-python/fixtures: Enable py3.7
-rw-r--r--dev-python/fixtures/fixtures-3.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fixtures/fixtures-3.0.0.ebuild b/dev-python/fixtures/fixtures-3.0.0.ebuild
index 97eca1375e6b..8c0920ccd010 100644
--- a/dev-python/fixtures/fixtures-3.0.0.ebuild
+++ b/dev-python/fixtures/fixtures-3.0.0.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 )
inherit distutils-r1