commit: ff9eeac08ee73d6f4783740b40faae15d8749f58
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 07:29:36 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 07:33:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9eeac0
virtual/python-futures: Enable py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-futures/python-futures-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-futures/python-futures-1.ebuild
b/virtual/python-futures/python-futures-1.ebuild
index b18c6d8106c..f58e405f5bf 100644
--- a/virtual/python-futures/python-futures-1.ebuild
+++ b/virtual/python-futures/python-futures-1.ebuild
@@ -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