Skip to content

Commit c2e7a32

Browse files
authored
fix syntax error in CI file
1 parent 5cb9015 commit c2e7a32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2626
exclude:
2727
- os: macos-13
28-
version: "3.7"
28+
python-version: "3.7"
2929
- os: macos-13
30-
version: "3.8"
30+
python-version: "3.8"
3131
- os: macos-13
32-
version: "3.9"
32+
python-version: "3.9"
3333
- os: macos-13
34-
version: "3.10"
34+
python-version: "3.10"
3535
steps:
3636
- name: Set up Python ${{ matrix.python-version }}
3737
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)