Skip to content

Commit

Permalink
Bump maturin to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Feb 14, 2024
1 parent de69361 commit 0967994
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contrib_rerun_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build Wheel
uses: PyO3/maturin-action@v1
with:
maturin-version: "0.14.17"
maturin-version: "1.4.0"
manylinux: manylinux_2_31
container: off
command: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_publish_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
python3 -m pip install packaging==23.1 google-cloud-storage==2.9.0 maturin==0.14.17
python3 -m pip install packaging==23.1 google-cloud-storage==2.9.0 maturin==1.4.0
- name: Publish to PyPI
shell: bash
Expand Down
85 changes: 42 additions & 43 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ flatbuffers = ">=23"
gitignore-parser = ">=0.1.9"
gitpython = ">=3.1.40"
just = ">=1.15.0"
maturin = ">=0.14,<0.15"
maturin = "1.4.0"
mypy = "1.4.1"
numpy = ">=1.23,<2"
pip = ">=23"
Expand Down
2 changes: 1 addition & 1 deletion rerun_py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "maturin"
requires = ["maturin>=1.3.0"]
requires = ["maturin>=1.4.0"]

[project]
classifiers = [
Expand Down

0 comments on commit 0967994

Please sign in to comment.