From: Michał Górny Date: Fri, 15 Nov 2019 07:29:36 +0000 (+0100) Subject: virtual/python-futures: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff9eeac08ee73d6f4783740b40faae15d8749f58;p=gentoo.git virtual/python-futures: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/virtual/python-futures/python-futures-1.ebuild b/virtual/python-futures/python-futures-1.ebuild index b18c6d8106c2..f58e405f5bf9 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