Skip to content

Commit

Permalink
Test against Python 3.13 final
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Oct 9, 2024
1 parent 100394d commit ac553e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['pypy-3.9', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
python-version: ['pypy-3.9', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev']
os: [ubuntu-latest, macos-latest, windows-latest]
continue-on-error: ${{ matrix.python-version == '3.13-dev' }}
continue-on-error: ${{ matrix.python-version == '3.14-dev' }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ac553e1

Please sign in to comment.