From: Michał Górny Date: Tue, 26 May 2020 09:59:07 +0000 (+0200) Subject: dev-python/pytest-xprocess: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b869664443731458ed73b64013fe53aa6f2238c9;p=gentoo.git dev-python/pytest-xprocess: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild index a9d49f17474b..0afac58a0459 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1