Skip to content

Commit f89317b

Browse files
hugovkezio-melotti
andauthored
Apply suggestions from code review
Co-authored-by: Ezio Melotti <[email protected]>
1 parent b744fe3 commit f89317b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version:
21-
- "3.13"
22-
- "3.14"
20+
python-version: ["3.13", "3.14"]
2321
os: [windows-latest, macos-latest, ubuntu-latest]
2422
steps:
2523
- uses: actions/checkout@v4
@@ -55,9 +53,7 @@ jobs:
5553
strategy:
5654
fail-fast: false
5755
matrix:
58-
python-version:
59-
- "3.13"
60-
- "3.14"
56+
python-version: ["3.13", "3.14"]
6157
os: [windows-latest, macos-latest, ubuntu-latest]
6258

6359
steps:

0 commit comments

Comments
 (0)