Skip to content

Commit 0b889c7

Browse files
committed
build(ci): update CI.yml
1 parent 056e57a commit 0b889c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is autogenerated by maturin v1.8.3
1+
# This file is autogenerated by maturin v1.9.4
22
# To update, run
33
#
44
# maturin generate-ci github -o .github/workflows/CI.yml --pytest
@@ -175,6 +175,10 @@ jobs:
175175
target: ${{ matrix.platform.target }}
176176
args: --release --out dist
177177
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
178+
- uses: actions/setup-python@v5
179+
with:
180+
python-version: 3.13t
181+
architecture: ${{ matrix.platform.target }}
178182
- name: Build free-threaded wheels
179183
uses: PyO3/maturin-action@v1
180184
with:

0 commit comments

Comments
 (0)