Skip to content

Commit

Permalink
Add more versions to testing matrix (#1040)
Browse files Browse the repository at this point in the history
* Add more versions to testing matrix

* Update mypy-dev dep

* fix sed
  • Loading branch information
basnijholt committed Aug 25, 2024
1 parent fc46ed7 commit 7d265e9
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 52 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,15 @@ jobs:
- python-version: "3.12"
core-version: "2024.3.3"
- python-version: "3.12"
core-version: "2024.4.1"
core-version: "2024.4.4"
- python-version: "3.12"
core-version: "2024.5.5"
- python-version: "3.12"
core-version: "2024.6.4"
- python-version: "3.12"
core-version: "2024.7.4"
- python-version: "3.12"
core-version: "2024.8.3"
- python-version: "3.12"
core-version: "dev"
steps:
Expand Down
Loading

0 comments on commit 7d265e9

Please sign in to comment.