From: Michał Górny Date: Tue, 26 May 2020 09:58:14 +0000 (+0200) Subject: dev-python/pytest-httpbin: Port to py39 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=42c27e66fe04b7ebbff9b582080a0c3127c10c74;p=gentoo.git dev-python/pytest-httpbin: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild index da32feb6f982..15f1a1281457 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1