From e2488ed6ec3e86e3c98380fc1af9caeaac7de481 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 15 Nov 2019 08:29:34 +0100 Subject: [PATCH] virtual/python-enum34: Enable py3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- virtual/python-enum34/python-enum34-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/python-enum34/python-enum34-2.ebuild b/virtual/python-enum34/python-enum34-2.ebuild index 3ab7ee78ec16..085c33f773ff 100644 --- a/virtual/python-enum34/python-enum34-2.ebuild +++ b/virtual/python-enum34/python-enum34-2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit python-r1 -- 2.26.2