Skip to content

Commit 8b52517

Browse files
authored
Apply suggestion from @aaronsteers
1 parent 1ff7e7a commit 8b52517

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pytest_matrix.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ jobs:
2727
(github.event_name == 'push' && github.ref == 'refs/heads/main')
2828
strategy:
2929
matrix:
30-
python-version: ["3.10", "3.11", "3.12", "3.13"]
30+
python-version: [
31+
"3.10",
32+
"3.11",
33+
"3.12",
34+
"3.13",
35+
]
3136
os: [
3237
Ubuntu,
3338
# Windows, # For now, we don't include Windows in the test matrix.

0 commit comments

Comments
 (0)