Skip to content

Commit 06ce3dc

Browse files
committed
Do a better job of excluding py3.13
1 parent 4c1bc75 commit 06ce3dc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/unit_test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
14-
python-version: ["3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
15+
exclude:
16+
- os: windows-latest
17+
python-version: "3.13"
1518
# Windows chokes on py3.13: https://github.com/numpy/numpy/issues/27894
16-
# exclude:
17-
# - os: macos-latest
18-
# python-version: "3.7"
19-
# - os: windows-latest
20-
# python-version: "3.7"
2119
steps:
2220
- uses: actions/checkout@v4
2321
- name: Set up Python

0 commit comments

Comments
 (0)