diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-06-14 17:43:16 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-06-14 17:54:51 +0200 |
| commit | da47a8bd73cebf20948bbd4f85d56cef7839b34d (patch) | |
| tree | 157ba35d2f4f67e6ee2b19f94effb7694572d363 /dev-python | |
| parent | 25bf8e8d059a7c6f53413112d8b588df1ec219d0 (diff) | |
| download | gentoo-da47a8bd73cebf20948bbd4f85d56cef7839b34d.tar.gz gentoo-da47a8bd73cebf20948bbd4f85d56cef7839b34d.tar.bz2 gentoo-da47a8bd73cebf20948bbd4f85d56cef7839b34d.zip | |
dev-python/httpcore: Enable trio testing on py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/httpcore/httpcore-1.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpcore/httpcore-1.0.5.ebuild b/dev-python/httpcore/httpcore-1.0.5.ebuild index e1b37849a4d5..8c05f74f913c 100644 --- a/dev-python/httpcore/httpcore-1.0.5.ebuild +++ b/dev-python/httpcore/httpcore-1.0.5.ebuild @@ -40,7 +40,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/pytest-trio[${PYTHON_USEDEP}] dev-python/trio[${PYTHON_USEDEP}] - ' 3.{10..12}) + ' 3.{10..13}) ) " |
