Skip to content

Commit

Permalink
Test against Python 3.12-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Nov 15, 2022
1 parent ea12429 commit c116567
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 @@ -33,9 +33,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev']
os: [ubuntu-latest, macos-latest, windows-latest]
continue-on-error: ${{ matrix.python-version == '3.11-dev' }}
continue-on-error: ${{ matrix.python-version == '3.12-dev' }}

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

0 comments on commit c116567

Please sign in to comment.