From: Michał Górny Date: Fri, 15 Nov 2019 16:03:53 +0000 (+0100) Subject: dev-python/decorator: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=96e47cc85448faab15cb700c319116304f547d5c;p=gentoo.git dev-python/decorator: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/decorator/decorator-4.4.0.ebuild b/dev-python/decorator/decorator-4.4.0.ebuild index 44d680e49d0c..aab9db8591c6 100644 --- a/dev-python/decorator/decorator-4.4.0.ebuild +++ b/dev-python/decorator/decorator-4.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} ) inherit distutils-r1