this is not a decimal number (3.10 != 3.1)

This commit is contained in:
Martin Diehl 2021-10-06 20:00:05 +02:00
parent 7810d722cd
commit 3d9292b539
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: [3.7, 3.8, 3.9, 3.10] python-version: ['3.7', '3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
steps: steps: