From dc32a1f43bb1a61368db491adeee8c04c94a15f6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 13 Nov 2019 10:42:34 +0100 Subject: virtual/python-funcsigs: 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-funcsigs/python-funcsigs-2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virtual') diff --git a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild index b6aa912e0ce5..0104a230fbbb 100644 --- a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -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