Skip to content

Commit

Permalink
try pinning maturin to <1.3.0 for dev build CI to stop failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Oct 3, 2023
1 parent ba1fd3e commit a1e943e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"maturin>=1,<2",
"maturin>=1,<1.3.0",
"cffi",
]
build-backend = 'maturin'
Expand Down

0 comments on commit a1e943e

Please sign in to comment.