@@ -33,15 +33,16 @@ jobs:
3333 - runner : ubuntu-latest
3434 target : ppc64le
3535 steps :
36- - uses : actions/checkout@v4
37- - uses : actions/setup-python@v5
36+ - uses : actions/checkout@v5
37+ - uses : actions/setup-python@v6
3838 with :
3939 python-version : |
4040 3.9
4141 3.10
4242 3.11
4343 3.12
4444 3.13
45+ 3.14
4546 allow-prereleases : true
4647 - name : Build wheels
4748 uses : PyO3/maturin-action@v1
@@ -70,15 +71,16 @@ jobs:
7071 - runner : ubuntu-latest
7172 target : armv7
7273 steps :
73- - uses : actions/checkout@v4
74- - uses : actions/setup-python@v5
74+ - uses : actions/checkout@v5
75+ - uses : actions/setup-python@v6
7576 with :
7677 python-version : |
7778 3.9
7879 3.10
7980 3.11
8081 3.12
8182 3.13
83+ 3.14
8284 allow-prereleases : true
8385 - name : Build wheels
8486 uses : PyO3/maturin-action@v1
@@ -103,15 +105,16 @@ jobs:
103105 - runner : windows-latest
104106 target : x86
105107 steps :
106- - uses : actions/checkout@v4
107- - uses : actions/setup-python@v5
108+ - uses : actions/checkout@v5
109+ - uses : actions/setup-python@v6
108110 with :
109111 python-version : |
110112 3.9
111113 3.10
112114 3.11
113115 3.12
114116 3.13
117+ 3.14
115118 allow-prereleases : true
116119 architecture : ${{ matrix.platform.target }}
117120 - name : Build wheels
@@ -136,15 +139,16 @@ jobs:
136139 - runner : macos-14
137140 target : aarch64
138141 steps :
139- - uses : actions/checkout@v4
140- - uses : actions/setup-python@v5
142+ - uses : actions/checkout@v5
143+ - uses : actions/setup-python@v6
141144 with :
142145 python-version : |
143146 3.9
144147 3.10
145148 3.11
146149 3.12
147150 3.13
151+ 3.14
148152 allow-prereleases : true
149153 - name : Build wheels
150154 uses : PyO3/maturin-action@v1
@@ -161,7 +165,7 @@ jobs:
161165 sdist :
162166 runs-on : ubuntu-latest
163167 steps :
164- - uses : actions/checkout@v4
168+ - uses : actions/checkout@v5
165169 - name : Build sdist
166170 uses : PyO3/maturin-action@v1
167171 with :
0 commit comments