virtual/python-futures: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Fri, 15 Nov 2019 07:29:36 +0000 (08:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 15 Nov 2019 07:33:03 +0000 (08:33 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
virtual/python-futures/python-futures-1.ebuild

index b18c6d8106c2c86e51622b806f3fc63a132d17ff..f58e405f5bf98511c7ab6c50b8b0d9bd89b40600 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 
 inherit python-r1