Skip to content

Commit 03b8e1a

Browse files
committed
Build 3.14 wheels for io wheels too
1 parent 1a1e5cb commit 03b8e1a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python-io-wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
target: ${{ matrix.platform.target }}
5252
# As of Nov 2024, it was necessary to manually specify -i 3.13 to get
5353
# maturin to find the executable. --find-interpreter did not find it.
54-
args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i pypy3.10 --manifest-path python/${{ matrix.module }}/Cargo.toml
54+
args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -i pypy3.10 --manifest-path python/${{ matrix.module }}/Cargo.toml
5555
sccache: "true"
5656
manylinux: ${{ matrix.platform.manylinux }}
5757

@@ -84,7 +84,7 @@ jobs:
8484
uses: PyO3/maturin-action@v1
8585
with:
8686
target: ${{ matrix.platform.target }}
87-
args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -m python/geoarrow-io/Cargo.toml
87+
args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -m python/geoarrow-io/Cargo.toml
8888
sccache: "true"
8989

9090
- name: Install built wheel - ${{ matrix.platform.target }}
@@ -117,7 +117,7 @@ jobs:
117117
uses: PyO3/maturin-action@v1
118118
with:
119119
target: ${{ matrix.target }}
120-
args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -m python/geoarrow-io/Cargo.toml
120+
args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -m python/geoarrow-io/Cargo.toml
121121

122122
- name: Install built wheel
123123
run: |
@@ -152,7 +152,7 @@ jobs:
152152
# with:
153153
# target: ${{ matrix.target }}
154154
# manylinux: musllinux_1_2
155-
# args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -m python/geoarrow-io/Cargo.toml
155+
# args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -m python/geoarrow-io/Cargo.toml
156156

157157
# - name: Install built wheel
158158
# if: matrix.target == 'x86_64-unknown-linux-musl'
@@ -194,7 +194,7 @@ jobs:
194194
# with:
195195
# target: ${{ matrix.platform.target }}
196196
# manylinux: musllinux_1_2
197-
# args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -m python/geoarrow-io/Cargo.toml
197+
# args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -m python/geoarrow-io/Cargo.toml
198198

199199
# - uses: uraimo/run-on-arch-action@v2.5.1
200200
# name: Install built wheel

0 commit comments

Comments
 (0)