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 697b98f commit c59ce5cCopy full SHA for c59ce5c
.github/workflows/ci.yml
@@ -205,7 +205,7 @@ jobs:
205
run: cargo update -p pydantic-core
206
if: "startsWith(github.ref, 'refs/tags/')"
207
208
- - run: pip install -U --pre maturin
+ - run: pip install 'maturin>=0.13,<0.14'
209
210
- name: build wheels
211
run: maturin build --release --target wasm32-unknown-emscripten --out dist -i 3.10
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["maturin>=0.12,<0.13"]
+requires = ["maturin>=0.13,<0.14"]
3
build-backend = "maturin"
4
5
[project]
0 commit comments