Skip to content

Commit 4c1bc75

Browse files
committed
Remove py3.13 for now
1 parent ecaf832 commit 4c1bc75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ 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", "3.13"]
14+
python-version: ["3.9", "3.10", "3.11", "3.12"]
15+
# Windows chokes on py3.13: https://github.com/numpy/numpy/issues/27894
1516
# exclude:
1617
# - os: macos-latest
1718
# python-version: "3.7"

0 commit comments

Comments
 (0)