From: Michał Górny Date: Fri, 21 Feb 2020 06:10:54 +0000 (+0100) Subject: dev-python/httpbin: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a398048c857f33ff07af5e43a8c9d1b41d1f1a5;p=gentoo.git dev-python/httpbin: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/httpbin/httpbin-0.7.0.ebuild b/dev-python/httpbin/httpbin-0.7.0.ebuild index ea2ae8ffb099..c8ef4781394a 100644 --- a/dev-python/httpbin/httpbin-0.7.0.ebuild +++ b/dev-python/httpbin/httpbin-0.7.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