commit:     da47a8bd73cebf20948bbd4f85d56cef7839b34d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 15:43:16 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 15:54:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da47a8bd

dev-python/httpcore: Enable trio testing on py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 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})
        )
 "
 

Reply via email to