Skip to content

Commit

Permalink
Include Windows and Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Dec 20, 2024
1 parent e1e0ebd commit 5edbf5f
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 @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
platform: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
platform: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5edbf5f

Please sign in to comment.