From da47a8bd73cebf20948bbd4f85d56cef7839b34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 14 Jun 2024 17:43:16 +0200 Subject: [PATCH] dev-python/httpcore: Enable trio testing on py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/httpcore/httpcore-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpcore/httpcore-1.0.5.ebuild b/dev-python/httpcore/httpcore-1.0.5.ebuild index e1b37849a4d53..8c05f74f913c4 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}) ) "