From: Michał Górny Date: Tue, 26 May 2020 11:05:15 +0000 (+0200) Subject: dev-python/pytest-xdist: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9fffec222209ba939ab24185e2fb844f48d64388;p=gentoo.git dev-python/pytest-xdist: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild index 4d03af9b28d5..03cf9a9d3fb2 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.32.0.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