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 056e57a commit 0b889c7Copy full SHA for 0b889c7
.github/workflows/CI.yml
@@ -1,4 +1,4 @@
1
-# This file is autogenerated by maturin v1.8.3
+# This file is autogenerated by maturin v1.9.4
2
# To update, run
3
#
4
# maturin generate-ci github -o .github/workflows/CI.yml --pytest
@@ -175,6 +175,10 @@ jobs:
175
target: ${{ matrix.platform.target }}
176
args: --release --out dist
177
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
178
+ - uses: actions/setup-python@v5
179
+ with:
180
+ python-version: 3.13t
181
+ architecture: ${{ matrix.platform.target }}
182
- name: Build free-threaded wheels
183
uses: PyO3/maturin-action@v1
184
with:
0 commit comments