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 authored Nov 15, 2022
1 parent 5646e69 commit 1bd3345
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.7', '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['pypy-3.7', '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 1bd3345

Please sign in to comment.