Skip to content

Commit 29f6895

Browse files
Upgrade maturin to 0.15 (#621)
Co-authored-by: Samuel Colvin <[email protected]>
1 parent ed43fb3 commit 29f6895

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
python-version: '3.11'
152152

153153
- run: pip install -r tests/requirements.txt
154-
- run: 'pip install "maturin>=0.14.16,<0.15" typing_extensions'
154+
- run: 'pip install "maturin>=0.15,<0.16" typing_extensions'
155155
- run: make build-dev
156156

157157
- run: pip freeze
@@ -254,7 +254,7 @@ jobs:
254254
version: '3.1.32'
255255
actions-cache-folder: emsdk-cache
256256

257-
- run: pip install 'maturin>=0.14.16,<0.15' 'black>=22.3.0,<23' typing_extensions
257+
- run: pip install 'maturin>=0.15,<0.16' 'black>=22.3.0,<23' typing_extensions
258258

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

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.14.16,<0.15', 'typing_extensions']
2+
requires = ['maturin>=0.15,<0.16', 'typing_extensions']
33
build-backend = 'maturin'
44

55
[project]

0 commit comments

Comments
 (0)