Skip to content

Commit

Permalink
Update .github/workflows/tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Dec 12, 2023
1 parent 9aa4bfa commit 8265575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['pypy3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['pypy3.10', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
os: [ubuntu-latest, macos-latest, windows-latest]
continue-on-error: ${{ matrix.python-version == '3.13-dev' }}

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

0 comments on commit 8265575

Please sign in to comment.