Skip to content

Commit

Permalink
refactor: migrate to newest maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jul 7, 2024
1 parent 148fd20 commit 5ba3eb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
# Fix Maturin to 1.5. 1.6 introduced a regression which prevents the wheel from building under os-x
# and windows. It does not find the cffi module.
requires = ["cffi", "maturin>=1.0,<1.5"]
# 1.6 introduced a regression which prevents the wheel from building under os-x and windows. So we
# need at least 1.7.
requires = ["cffi", "maturin>=1.7,<2.0"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 5ba3eb0

Please sign in to comment.