Skip to content

Commit

Permalink
add py313
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 21, 2024
1 parent 0706b38 commit 8a71bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
fail-fast: false
defaults:
run:
Expand Down

0 comments on commit 8a71bf6

Please sign in to comment.