CI updated (yaml data-type for version)
This commit is contained in:
parent
b0c08e38bf
commit
2966ca9fe1
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.10, 3.11, 3.12, 3.13]
|
||||
python-version: ["3.10", 3.11, 3.12, 3.13]
|
||||
|
||||
steps:
|
||||
# Step 1: Check out the code from the repository
|
||||
|
|
Loading…
Reference in New Issue