Update ci.yaml

This commit is contained in:
Sam Bull 2021-01-15 17:00:21 +00:00 committed by GitHub
parent 8af169f639
commit 35c7625dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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