From c56dd91bc3533b97e7782eaa5918b86c0fd51d78 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 3 Jul 2020 20:38:03 +0200 Subject: [PATCH] dev-python/httpcore: add py3_8 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan --- dev-python/httpcore/httpcore-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild index 7e0dad5a1f..87ca00d077 100644 --- a/dev-python/httpcore/httpcore-0.9.1.ebuild +++ b/dev-python/httpcore/httpcore-0.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DOCBUILDER="mkdocs" DOCDEPEND="dev-python/mkdocs-material"