From: Michał Górny Date: Fri, 22 Nov 2019 18:41:47 +0000 (+0100) Subject: dev-python/pytest-xprocess: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bcaea6da8c92f3d820bc7669b3c4c563297dd9ae;p=gentoo.git dev-python/pytest-xprocess: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild index 07fafa1465c6..ad76ee924b96 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit distutils-r1