virtual/python-futures: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:14:49 +0000 (22:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:02 +0000 (21:57 +0200)
virtual/python-futures/python-futures-0.ebuild

index 748778f079efb56c3102fdbc6ac152b9b9cbda4e..cfc39bcd4ca2ac1e74171b6dd5c19ac3b205e426 100644 (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