commit: c56dd91bc3533b97e7782eaa5918b86c0fd51d78
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Jul 3 18:38:03 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jul 3 18:38:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c56dd91b
dev-python/httpcore: add py3_8
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
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 7e0dad5..87ca00d 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"