From: Michał Górny Date: Tue, 26 May 2020 09:58:42 +0000 (+0200) Subject: dev-python/pytest-timeout: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2289711a8698fb8d4425a94249c5296d218148a9;p=gentoo.git dev-python/pytest-timeout: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-timeout/pytest-timeout-1.3.4.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.3.4.ebuild index a62884e32e5e..7b3e50afe479 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.3.4.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.3.4.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) inherit distutils-r1