Skip to content

Commit b59ac56

Browse files
committed
updated ci
1 parent 40720e8 commit b59ac56

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- windows-latest
1414
- macos-latest
1515
python-version:
16-
# - "3.7"
17-
# - "3.8"
16+
- "3.7"
17+
- "3.8"
1818
- "3.9"
1919
- "3.10"
2020
- "3.11"
21-
# - "3.12"
22-
exclude:
23-
- os: windows-latest
24-
python-version: "3.12"
25-
- os: macos-latest
26-
python-version: "3.12"
21+
- "3.12"
22+
# exclude:
23+
# - os: windows-latest
24+
# python-version: "3.12"
25+
# - os: macos-latest
26+
# python-version: "3.12"
2727
runs-on: ${{matrix.os}}
2828
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2929

0 commit comments

Comments
 (0)