Update ci.yaml
This commit is contained in:
parent
8af169f639
commit
35c7625dcb
|
@ -6,6 +6,7 @@ jobs:
|
|||
test:
|
||||
name: Tests
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
|
@ -13,7 +14,10 @@ jobs:
|
|||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
- 3.10.0-alpha - 3.10.0
|
||||
experimental: [false]
|
||||
include:
|
||||
- python-version: 3.10.0-alpha - 3.10.0
|
||||
experimental: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue