From: Patrick McLean Date: Wed, 4 Dec 2019 03:10:40 +0000 (-0800) Subject: dev-python/pytest-localserver-0.5.0: add py38 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=659b38cdb0c510b902709d9faa71de9b1713e0de;p=gentoo.git dev-python/pytest-localserver-0.5.0: add py38 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean --- diff --git a/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild b/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild index 31fa3995c52d..dd77d954ff74 100644 --- a/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild +++ b/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{2_7,3_{5,6,7}} pypy{,3} ) +PYTHON_COMPAT=(python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1