Skip to content

Commit 3c89c29

Browse files
committed
Try with more requirements
1 parent 030b3ef commit 3c89c29

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

requirements/dev.in

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
pip-compile-multi
55
pre-commit
66
tox
7+
anyio
8+
trio

requirements/tests.in

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pytest
2+
trio

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py3{13,12,11,10,9,8,7}
3+
py3{13,12,11,10,9}
44
pypy310
55
style
66
typing

0 commit comments

Comments
 (0)