Skip to content

Commit

Permalink
Update test.yml with new OS versions and added Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Oct 14, 2024
1 parent 75bdfcc commit 44c0d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
test:
strategy:
matrix:
os: ["ubuntu-20.04", "windows-2019", "macos-12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-24.04", "windows-2022", "macos-14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 44c0d2b

Please sign in to comment.