update python versions

This commit is contained in:
Will McGugan 2021-05-19 16:52:26 +01:00
parent a5eada7ac4
commit 12bd89dac9
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
defaults:
run:
shell: bash