Skip to content

Commit

Permalink
Add py3.13 and macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 15, 2024
1 parent 269a728 commit c5a040c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14]
python-version: ['3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-15]
python-version: ['3.10', '3.11', '3.12', '3.13']
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit c5a040c

Please sign in to comment.