Skip to content

Commit 1bd3345

Browse files
authored
Test against Python 3.12-dev
1 parent 5646e69 commit 1bd3345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
python-version: ['pypy-3.7', '3.7', '3.8', '3.9', '3.10', '3.11']
35+
python-version: ['pypy-3.7', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev']
3636
os: [ubuntu-latest, macos-latest, windows-latest]
37-
continue-on-error: ${{ matrix.python-version == '3.11-dev' }}
37+
continue-on-error: ${{ matrix.python-version == '3.12-dev' }}
3838

3939
steps:
4040
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)