Skip to content

Commit c59ce5c

Browse files
authored
Upgrade maturin to 0.13.0 (#162)
1 parent 697b98f commit c59ce5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
run: cargo update -p pydantic-core
206206
if: "startsWith(github.ref, 'refs/tags/')"
207207

208-
- run: pip install -U --pre maturin
208+
- run: pip install 'maturin>=0.13,<0.14'
209209

210210
- name: build wheels
211211
run: maturin build --release --target wasm32-unknown-emscripten --out dist -i 3.10

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.12,<0.13"]
2+
requires = ["maturin>=0.13,<0.14"]
33
build-backend = "maturin"
44

55
[project]

0 commit comments

Comments
 (0)