Skip to content

Commit ecdd074

Browse files
committed
uprev maturin
1 parent 6fe0b41 commit ecdd074

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
python-version: '3.11'
153153

154154
- run: pip install -r tests/requirements.txt
155-
- run: 'pip install "maturin>=0.15,<0.16" typing_extensions'
155+
- run: 'pip install "maturin==1.0.1" typing_extensions'
156156
- run: make build-dev
157157

158158
- run: pip freeze
@@ -255,7 +255,7 @@ jobs:
255255
version: '3.1.32'
256256
actions-cache-folder: emsdk-cache
257257

258-
- run: pip install 'maturin>=0.15,<0.16' 'black>=22.3.0,<23' typing_extensions
258+
- run: pip install 'maturin==1.0.1' 'black>=22.3.0,<23' typing_extensions
259259

260260
- name: build wheels
261261
run: make build-wasm

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ['maturin>=0.15,<0.16', 'typing_extensions']
2+
requires = ['maturin==1.0.1', 'typing_extensions']
33
build-backend = 'maturin'
44

55
[project]

0 commit comments

Comments
 (0)