Skip to content

Commit 9c750dd

Browse files
author
Martin Møldrup
committed
Fix formatting of python-version in CI matrix making 3.10 issues
1 parent fe3c12e commit 9c750dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
python-version: [3.10, 3.13]
42+
python-version: ["3.10", "3.13"]
4343
include-extras: [true]
4444
include:
45-
- python-version: 3.9
45+
- python-version: "3.9"
4646
include-extras: false
4747

4848
steps:

0 commit comments

Comments
 (0)