Skip to content

Commit ae2422c

Browse files
committed
fix formatting
1 parent 7b822ec commit ae2422c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
python-version: ["3.14"]
3333
include:
3434
- os: windows-latest
35-
python-version: "3.8"
35+
python-version: "3.8"
3636
- os: macos-latest
37-
python-version: "3.9"
37+
python-version: "3.9"
3838
- os: ubuntu-latest
39-
python-version: "3.10"
39+
python-version: "3.10"
4040
- os: windows-latest
41-
python-version: "3.11"
41+
python-version: "3.11"
4242
- os: macos-latest
43-
python-version: "3.12"
43+
python-version: "3.12"
4444
- os: ubuntu-latest
45-
python-version: "3.13"
45+
python-version: "3.13"
4646
fail-fast: false
4747
runs-on: ${{ matrix.os }}
4848
steps:

0 commit comments

Comments
 (0)