virtual/python-futures: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-14 22:14:49 +02:00
parent 0f2e268389
commit a1319a2eee

View File

@@ -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