diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-04 20:52:56 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-05 20:52:35 +0200 |
commit | 396f9c27594dd2d14d36ff8e110eb1232b4189ce (patch) | |
tree | 203f915994ba0561824714fe1d1871c95dcf9a2d /dev-python/httpx | |
parent | dev-python/uvicorn: enable py3.10 (diff) | |
download | gentoo-396f9c27594dd2d14d36ff8e110eb1232b4189ce.tar.gz gentoo-396f9c27594dd2d14d36ff8e110eb1232b4189ce.tar.bz2 gentoo-396f9c27594dd2d14d36ff8e110eb1232b4189ce.zip |
dev-python/httpx: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/httpx')
-rw-r--r-- | dev-python/httpx/httpx-0.18.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpx/httpx-0.18.2.ebuild b/dev-python/httpx/httpx-0.18.2.ebuild index 04a60d9a1033..9fc4b9a504a0 100644 --- a/dev-python/httpx/httpx-0.18.2.ebuild +++ b/dev-python/httpx/httpx-0.18.2.ebuild @@ -7,7 +7,7 @@ EAPI=7 # DOCS_BUILDER="mkdocs" # DOCS_DEPEND="dev-python/mkdocs-material" # DOCS_AUTODOC=1 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 # docs |