quoted python version to avoid 3.10 being treated as 3.1

This commit is contained in:
Nicholas Albion
2023-09-09 11:06:17 +10:00
parent 8cec113df9
commit f50eda5584

View File

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