diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-14 17:45:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-14 17:54:52 +0200 |
commit | eabe813b31d3c251a8e5609af0bce44787f95ddd (patch) | |
tree | 2a389e43886ed81f8351cc87530e2b65509de589 /dev-python/httpx | |
parent | dev-python/httpcore: Enable trio testing on py3.13 (diff) | |
download | gentoo-eabe813b31d3c251a8e5609af0bce44787f95ddd.tar.gz gentoo-eabe813b31d3c251a8e5609af0bce44787f95ddd.tar.bz2 gentoo-eabe813b31d3c251a8e5609af0bce44787f95ddd.zip |
dev-python/httpx: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpx')
-rw-r--r-- | dev-python/httpx/httpx-0.27.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpx/httpx-0.27.0.ebuild b/dev-python/httpx/httpx-0.27.0.ebuild index 0a648891634c..45884552b14d 100644 --- a/dev-python/httpx/httpx-0.27.0.ebuild +++ b/dev-python/httpx/httpx-0.27.0.ebuild @@ -49,7 +49,7 @@ BDEPEND=" dev-python/uvicorn[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/trio[${PYTHON_USEDEP}] - ' 3.{10..12}) + ' 3.{10..13}) ) " |