From 75653c9fae97c8f9e92a13b27119e9b16c8b6df1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 21 Feb 2020 07:11:16 +0100 Subject: [PATCH] dev-python/pytest-httpbin: Enable py3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2