Github Actions: try with strings to avoid '3.1' error

This commit is contained in:
Klaas van Schelven
2024-08-21 08:41:29 +02:00
parent 98a4973de0
commit ee8ccdaeb4

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4