Skip to content

Commit c048c19

Browse files
committed
chore: format Python version list in CI workflow for improved readability
1 parent 45aedfa commit c048c19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.11.0', '3.12.0', '3.13.0']
14+
python-version:
15+
- '3.11.0'
16+
- '3.12.0'
17+
- '3.13.0'
1518

1619
steps:
1720
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)