From: Michał Górny Date: Fri, 21 Feb 2020 06:11:16 +0000 (+0100) Subject: dev-python/pytest-httpbin: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=75653c9fae97c8f9e92a13b27119e9b16c8b6df1;p=gentoo.git dev-python/pytest-httpbin: Enable py3.8 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 72739b5001bb..045e7e10be83 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} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1