Update ci.yaml

This commit is contained in:
Sam Bull
2021-01-15 10:38:05 +00:00
committed by GitHub
parent 34a7b97cd5
commit ddc64c36e5

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, nightly]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2