summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:14:49 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:57:02 +0200
commita1319a2eee7deae95addf4c6b25d6d188d8fb6d1 (patch)
treeaf295fa5028e40f99ac56d75227d43ddbaad7498 /virtual
parentvirtual/python-singledispatch: Enable py3.7 (diff)
downloadgentoo-a1319a2eee7deae95addf4c6b25d6d188d8fb6d1.tar.gz
gentoo-a1319a2eee7deae95addf4c6b25d6d188d8fb6d1.tar.bz2
gentoo-a1319a2eee7deae95addf4c6b25d6d188d8fb6d1.zip
virtual/python-futures: Enable py3.7
Diffstat (limited to 'virtual')
-rw-r--r--virtual/python-futures/python-futures-0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-futures/python-futures-0.ebuild b/virtual/python-futures/python-futures-0.ebuild
index 748778f079ef..cfc39bcd4ca2 100644
--- a/virtual/python-futures/python-futures-0.ebuild
+++ b/virtual/python-futures/python-futures-0.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
inherit python-r1