From e2488ed6ec3e86e3c98380fc1af9caeaac7de481 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 15 Nov 2019 08:29:34 +0100 Subject: virtual/python-enum34: Enable py3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(-) (limited to 'virtual') 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 -- cgit v1.2.3-65-gdbad