💚 use '' for python versions to ensure parsed correctly

This commit is contained in:
Reuben Thomas-Davis
2021-11-13 23:31:10 +00:00
parent 91f6386546
commit a6cfbfb6b1

View File

@@ -15,7 +15,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