diff options
author | 2020-07-03 20:38:03 +0200 | |
---|---|---|
committer | 2020-07-03 20:38:03 +0200 | |
commit | c56dd91bc3533b97e7782eaa5918b86c0fd51d78 (patch) | |
tree | abe2d02ba7503d9f81cea170a2b4360a5b40fe04 /dev-python | |
parent | app-misc/ufetch: New package (diff) | |
download | guru-c56dd91bc3533b97e7782eaa5918b86c0fd51d78.tar.gz guru-c56dd91bc3533b97e7782eaa5918b86c0fd51d78.tar.bz2 guru-c56dd91bc3533b97e7782eaa5918b86c0fd51d78.zip |
dev-python/httpcore: add py3_8
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/httpcore/httpcore-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild index 7e0dad5a..87ca00d0 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" |