CI: require tests to pass on 3.12, test on 3.13-dev.
This commit is contained in:
parent
470477a88f
commit
ac68453fe4
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
|
@ -15,12 +15,14 @@ jobs:
|
|||
- '3.9'
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- 'pypy-3.8'
|
||||
- 'pypy-3.9'
|
||||
- 'pypy-3.10'
|
||||
allow-failure:
|
||||
- false
|
||||
include:
|
||||
- python-version: '3.12-dev'
|
||||
- python-version: '3.13-dev'
|
||||
allow-failure: true
|
||||
continue-on-error: '${{ matrix.allow-failure }}'
|
||||
name: 'test (${{ matrix.python-version }})'
|
||||
|
|
Loading…
Reference in a new issue