Skip to content

Commit

Permalink
add tests on 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 12, 2024
1 parent a15dbc9 commit 368c7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
name: ${{ matrix.os }} - py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 368c7fd

Please sign in to comment.