Update ci.yaml

This commit is contained in:
Sam Bull
2021-01-15 10:41:44 +00:00
committed by GitHub
parent ddc64c36e5
commit 41ad3f64e7

View File

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