Skip to content

Commit 76f1994

Browse files
committed
Exclude python 3.13t as there is not scipy for it
1 parent 45ae0a6 commit 76f1994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# - [macos-14, macosx, arm64, accelerate, "14.0"]
4848
# - [windows-2019, win, AMD64, "", ""]
4949
# python[0] is the python version of the wheel and python[1] is the python version of the configuration
50-
python: [["cp39", "3.9"],["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
50+
python: [["cp39", "3.9"],["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"]]
5151

5252
env:
5353
# set 32-bit flag accessable in the build script

0 commit comments

Comments
 (0)