From: Michał Górny Date: Wed, 13 Nov 2019 09:42:34 +0000 (+0100) Subject: virtual/python-funcsigs: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dc32a1f43bb1a61368db491adeee8c04c94a15f6;p=gentoo.git virtual/python-funcsigs: Enable py3.8 Signed-off-by: Michał Górny --- 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