Skip to content

Commit f2f72bb

Browse files
committed
CI: Split config over multiple lines for better diffs.
1 parent 15b1b8d commit f2f72bb

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,14 @@ jobs:
3636
fail-fast: false
3737

3838
matrix:
39-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
39+
python-version:
40+
- "3.8"
41+
- "3.9"
42+
- "3.10"
43+
- "3.11"
44+
- "3.12"
45+
- "3.13"
46+
- "3.14-dev"
4047
os: ["ubuntu-latest"]
4148

4249
include:

0 commit comments

Comments
 (0)