Skip to content

Commit 543b80e

Browse files
author
Guen Prawiroatmodjo
authored
release: Enable Python 3.13 build for Windows (#990)
Enable the Python 3.13 build, such that there is a wheel built for the next release on PyPI This works now (as `numpy` wheels have been uploaded since April 2024). Tested here: https://github.com/guenp/Stim/actions/runs/17592185854
1 parent 4c91a4e commit 543b80e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ jobs:
126126
{os: windows-2025, dist: cp310-win_amd64},
127127
{os: windows-2025, dist: cp311-win_amd64},
128128
{os: windows-2025, dist: cp312-win_amd64},
129-
130-
# (April 2024) disabled because numpy fails to build. Unsure why it's not using a prebuilt wheel.
131-
# {os: windows-2025, dist: cp313-win_amd64},
129+
{os: windows-2025, dist: cp313-win_amd64},
132130

133131
{os: windows-2025, dist: cp36-win32},
134132
{os: windows-2025, dist: cp37-win32},

0 commit comments

Comments
 (0)