Skip to content

Commit 50372fa

Browse files
build(python): bump maturin from 0.13.7 to 0.14.10 in /py-polars (pola-rs#6245)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stijn de Gooijer <[email protected]>
1 parent a0c3bd3 commit 50372fa

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/create-python-release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
3131
with:
3232
rust-toolchain: nightly-2022-12-20
33-
maturin-version: '0.13.5'
33+
maturin-version: '0.14.10'
3434
command: publish
3535
args: -m py-polars/Cargo.toml --skip-existing -o wheels -u ritchie46
3636

@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
rust-toolchain: nightly-2022-12-20
5858
target: aarch64-unknown-linux-gnu
59-
maturin-version: '0.13.5'
59+
maturin-version: '0.14.10'
6060
command: publish
6161
args: -m py-polars/Cargo.toml --skip-existing --no-sdist -o wheels -i python -u ritchie46
6262

@@ -86,7 +86,7 @@ jobs:
8686
RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
8787
with:
8888
rust-toolchain: nightly-2022-12-20
89-
maturin-version: '0.13.5'
89+
maturin-version: '0.14.10'
9090
command: publish
9191
args: -m py-polars/Cargo.toml --skip-existing -o wheels -u ritchie46
9292

@@ -113,7 +113,7 @@ jobs:
113113
RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt --cfg use_mimalloc
114114
with:
115115
rust-toolchain: nightly-2022-12-20
116-
maturin-version: '0.13.5'
116+
maturin-version: '0.14.10'
117117
command: publish
118118
args: -m py-polars/Cargo.toml --skip-existing -o wheels -u ritchie46
119119

@@ -142,7 +142,7 @@ jobs:
142142
RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+sse4.1,+sse4.2
143143
with:
144144
rust-toolchain: nightly-2022-12-20
145-
maturin-version: '0.13.5'
145+
maturin-version: '0.14.10'
146146
command: publish
147147
args: -m py-polars/Cargo.toml --no-sdist --skip-existing -o wheels -i python -u ritchie46
148148

@@ -172,7 +172,7 @@ jobs:
172172
env:
173173
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
174174
with:
175-
maturin-version: '0.13.5'
175+
maturin-version: '0.14.10'
176176
command: publish
177177
args: -m py-polars/Cargo.toml --target aarch64-apple-darwin --no-sdist -o wheels -i python -u ritchie46
178178

@@ -204,6 +204,6 @@ jobs:
204204
# env:
205205
# MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
206206
# with:
207-
# maturin-version: '0.13.5'
207+
# maturin-version: '0.14.10'
208208
# command: publish
209209
# args: -m py-polars/Cargo.toml --no-sdist --universal2 -o wheels -i python -u ritchie46

examples/python_rust_compiled_function/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=0.13,<0.14"]
2+
requires = ["maturin>=0.14,<0.15"]
33
build-backend = "maturin"
44

55
[project]

py-polars/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=0.13,<0.14"]
2+
requires = ["maturin>=0.14,<0.15"]
33
build-backend = "maturin"
44

55
[project]

py-polars/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deltalake
1515

1616
# Tooling
1717
hypothesis==6.62.1
18-
maturin==0.13.7
18+
maturin==0.14.10
1919
mypy==0.991
2020
pytest==7.2.0
2121
pytest-cov==4.0.0

0 commit comments

Comments
 (0)