From 19ff5db5806c75f9ba16bfb6f1b18167be7c47c0 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 14 Aug 2020 20:01:51 +0200 Subject: [PATCH] dev-python/httpx: add py3.8 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan --- dev-python/httpx/httpx-0.13.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpx/httpx-0.13.3.ebuild b/dev-python/httpx/httpx-0.13.3.ebuild index 0021468037..06b0f90221 100644 --- a/dev-python/httpx/httpx-0.13.3.ebuild +++ b/dev-python/httpx/httpx-0.13.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DOCBUILDER="mkdocs" DOCDEPEND="dev-python/mkdocs-material"