We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7525e90 commit 6d38ca0Copy full SHA for 6d38ca0
.github/workflows/python-build-test.yaml
@@ -105,6 +105,7 @@ jobs:
105
target: ${{ matrix.target }}
106
args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12 --manifest-path pylace/Cargo.toml
107
manylinux: auto
108
+ maturin-version: 1.5.1
109
110
- name: Install dev dependencies
111
run: |
pylace/pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["maturin>=0.13,<0.14"]
+requires = ["maturin>=1.0,<2"]
3
build-backend = "maturin"
4
5
[project]
0 commit comments