Skip to content

Commit e9d513d

Browse files
committed
BLD: roll back to non conda-forge compilers for macos
1 parent d4a2190 commit e9d513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- [macos-14, macosx, arm64, accelerate, "14.0"]
6262
- [windows-2025, win, AMD64, "", ""]
6363
- [windows-11-arm, win, ARM64, "", ""]
64-
python: [["cp311", "3.11"]]#, ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"], ["cp314", "cp314"], ["cp314t", "cp314"]]
64+
python: [["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"], ["cp314", "cp314"], ["cp314t", "cp314"]]
6565
# python[0] is used to specify the python versions made by cibuildwheel
6666

6767
steps:

0 commit comments

Comments
 (0)