From: Michał Górny Date: Sat, 23 Nov 2019 12:41:20 +0000 (+0100) Subject: dev-python/pytest: Enable py3.8 on 5.3.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7322e06918936848a420d16c29e6d14b9e3c5f86;p=gentoo.git dev-python/pytest: Enable py3.8 on 5.3.0 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest/pytest-5.3.0.ebuild b/dev-python/pytest/pytest-5.3.0.ebuild index 26457fe99992..9795396ca686 100644 --- a/dev-python/pytest/pytest-5.3.0.ebuild +++ b/dev-python/pytest/pytest-5.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1