Add more versions to testing matrix (#1040)

* Add more versions to testing matrix

* Update mypy-dev dep

* fix sed
This commit is contained in:
Bas Nijholt 2024-08-25 11:21:01 -07:00 committed by GitHub
commit 7d265e9928
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 65 additions and 52 deletions

View file

@ -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: