Skip to content

Commit a44f47e

Browse files
committed
fix httpx
Signed-off-by: emdneto <[email protected]>
1 parent 517cefb commit a44f47e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ envlist =
315315
; below mean these dependencies are being used:
316316
; 0: httpx>=0.18.0,<0.19.0 respx~=0.17.0
317317
; 1: httpx>=0.19.0 respx~=0.20.1
318-
py3{8,9,10,11,12,13}-test-instrumentation-httpx-{0,1}
318+
py3{8,9,10,11,12}-test-instrumentation-httpx-{0,1}
319+
py313-test-instrumentation-httpx-1
319320
pypy3-test-instrumentation-httpx-{0,1}
320321
lint-instrumentation-httpx
321322

0 commit comments

Comments
 (0)