From: Michał Górny Date: Sat, 16 Nov 2019 09:40:49 +0000 (+0100) Subject: dev-python/attrs: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cf26d4f64bce1d9d8eeedcba4ef36b6e4ff09b4b;p=gentoo.git dev-python/attrs: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/attrs/attrs-19.3.0.ebuild b/dev-python/attrs/attrs-19.3.0.ebuild index a36ceb872a19..c21800f30138 100644 --- a/dev-python/attrs/attrs-19.3.0.ebuild +++ b/dev-python/attrs/attrs-19.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit distutils-r1