We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566b213 commit e12bb53Copy full SHA for e12bb53
.github/workflows/cibuildwheel.yml
@@ -134,6 +134,18 @@ jobs:
134
name: cibw-sdist
135
path: dist/
136
137
+ - name: Build wheels for CPython 3.13
138
+ uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1
139
+ with:
140
+ package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
141
+ env:
142
+ CIBW_BUILD: "cp313-* cp313t-*"
143
+ CIBW_PRERELEASE_PYTHONS: true
144
+ CIBW_FREE_THREADED_SUPPORT: true
145
+ CIBW_BEFORE_TEST: >-
146
+ pip config set global.extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
147
+ CIBW_ARCHS: ${{ matrix.cibw_archs }}
148
+
149
- name: Build wheels for CPython 3.12
150
uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1
151
with:
0 commit comments