diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:14:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:02 +0200 |
commit | a1319a2eee7deae95addf4c6b25d6d188d8fb6d1 (patch) | |
tree | af295fa5028e40f99ac56d75227d43ddbaad7498 /virtual/python-futures | |
parent | virtual/python-singledispatch: Enable py3.7 (diff) | |
download | gentoo-a1319a2eee7deae95addf4c6b25d6d188d8fb6d1.tar.gz gentoo-a1319a2eee7deae95addf4c6b25d6d188d8fb6d1.tar.bz2 gentoo-a1319a2eee7deae95addf4c6b25d6d188d8fb6d1.zip |
virtual/python-futures: Enable py3.7
Diffstat (limited to 'virtual/python-futures')
-rw-r--r-- | virtual/python-futures/python-futures-0.ebuild | 2 |
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 |