Skip to content

Commit 7d265e9

Browse files
authored
Add more versions to testing matrix (#1040)
* Add more versions to testing matrix * Update mypy-dev dep * fix sed
1 parent fc46ed7 commit 7d265e9

File tree

3 files changed

+65
-52
lines changed

3 files changed

+65
-52
lines changed

.github/workflows/pytest.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,15 @@ jobs:
4949
- python-version: "3.12"
5050
core-version: "2024.3.3"
5151
- python-version: "3.12"
52-
core-version: "2024.4.1"
52+
core-version: "2024.4.4"
53+
- python-version: "3.12"
54+
core-version: "2024.5.5"
55+
- python-version: "3.12"
56+
core-version: "2024.6.4"
57+
- python-version: "3.12"
58+
core-version: "2024.7.4"
59+
- python-version: "3.12"
60+
core-version: "2024.8.3"
5361
- python-version: "3.12"
5462
core-version: "dev"
5563
steps:

0 commit comments

Comments
 (0)