Skip to content

Commit e25ec8a

Browse files
authored
bump deps (#4)
1 parent 566dbed commit e25ec8a

4 files changed

Lines changed: 122 additions & 108 deletions

File tree

.github/workflows/CI.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is autogenerated by maturin v1.12.6
1+
# This file is autogenerated by maturin v1.13.1
22
# To update, run
33
#
44
# maturin generate-ci github
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v6
4141
- uses: actions/setup-python@v6
4242
with:
43-
python-version: 3.x
43+
python-version: 3.8
4444
- name: Build wheels
4545
uses: PyO3/maturin-action@v1
4646
with:
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@v6
7979
- uses: actions/setup-python@v6
8080
with:
81-
python-version: 3.x
81+
python-version: 3.8
8282
- name: Build wheels
8383
uses: PyO3/maturin-action@v1
8484
with:
@@ -154,13 +154,16 @@ jobs:
154154
- uses: actions/checkout@v6
155155
- uses: actions/setup-python@v6
156156
with:
157-
python-version: 3.x
157+
python-version: 3.8
158158
- name: Build wheels
159159
uses: PyO3/maturin-action@v1
160160
with:
161161
target: ${{ matrix.platform.target }}
162162
args: --release --out dist
163163
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
164+
- uses: actions/setup-python@v6
165+
with:
166+
python-version: 3.14t
164167
- name: Build free-threaded wheels
165168
uses: PyO3/maturin-action@v1
166169
with:

0 commit comments

Comments
 (0)