Skip to content

Commit

Permalink
Build: upgrade to newer maturin (#3366)
Browse files Browse the repository at this point in the history
Try out a newer version of maturin, in support of #3365
  • Loading branch information
mr-c authored Oct 29, 2024
1 parent 6ae9cd3 commit 37e5613
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,<1.5.0",
"maturin>=1,<1.8.0",
"cffi",
]
build-backend = 'maturin'
Expand Down

0 comments on commit 37e5613

Please sign in to comment.