|
51 | 51 | target: ${{ matrix.platform.target }} |
52 | 52 | # As of Nov 2024, it was necessary to manually specify -i 3.13 to get |
53 | 53 | # 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 |
55 | 55 | sccache: "true" |
56 | 56 | manylinux: ${{ matrix.platform.manylinux }} |
57 | 57 |
|
|
84 | 84 | uses: PyO3/maturin-action@v1 |
85 | 85 | with: |
86 | 86 | 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 |
88 | 88 | sccache: "true" |
89 | 89 |
|
90 | 90 | - name: Install built wheel - ${{ matrix.platform.target }} |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | uses: PyO3/maturin-action@v1 |
118 | 118 | with: |
119 | 119 | 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 |
121 | 121 |
|
122 | 122 | - name: Install built wheel |
123 | 123 | run: | |
@@ -152,7 +152,7 @@ jobs: |
152 | 152 | # with: |
153 | 153 | # target: ${{ matrix.target }} |
154 | 154 | # 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 |
156 | 156 |
|
157 | 157 | # - name: Install built wheel |
158 | 158 | # if: matrix.target == 'x86_64-unknown-linux-musl' |
@@ -194,7 +194,7 @@ jobs: |
194 | 194 | # with: |
195 | 195 | # target: ${{ matrix.platform.target }} |
196 | 196 | # 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 |
198 | 198 |
|
199 | 199 | # - uses: uraimo/run-on-arch-action@v2.5.1 |
200 | 200 | # name: Install built wheel |
|
0 commit comments