Skip to content

Commit c78ea4c

Browse files
Update ci
1 parent c0111a8 commit c78ea4c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

requirements.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Dependencies for old python versions
2-
pre-commit == 3.5.0; python_version < '3.9'
3-
pytest == 7.4.4; python_version < '3.10'
4-
pytest-asyncio == 0.24; python_version < '3.9'
2+
pytest == 7.4.4; python_version == '3.8'
3+
pytest == 8.4.2; python_version >= '3.9' and python_version < '3.12'
4+
pytest == 8.4.2; python_version >= '3.12'
55

6-
pre-commit == 4.3.0; python_version >= '3.9'
7-
pytest == 8.5.2; python_version >= '3.10'
8-
pytest-asyncio == 1.2.0; python_version <= '3.9'
6+
pytest-asyncio == 0.24; python_version < '3.9'
7+
pytest-asyncio == 1.2.0; python_version >= '3.9'
98

10-
# linter
11-
pre-commit == 4.3
9+
pre-commit == 3.5.0; python_version < '3.9'
10+
pre-commit == 4.3.0; python_version >= '3.9'

0 commit comments

Comments
 (0)