Skip to content

Commit

Permalink
Update maturin requirement from <1.8.0,>=1 to >=1,<1.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version.
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v1.0.0...v1.8.1)

---
updated-dependencies:
- dependency-name: maturin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 02abad7 commit 7c4da6b
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.8.0",
"maturin>=1,<1.9.0",
"cffi",
]
build-backend = 'maturin'
Expand Down

0 comments on commit 7c4da6b

Please sign in to comment.