Skip to content

Commit a9a9d7a

Browse files
Update maturin requirement from <2.0,>=1.2 to >=1.13.1,<2.0 (#287)
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.2.0...v1.13.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent faae7b0 commit a9a9d7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ quantum-pecos = { workspace = true }
2323

2424
[dependency-groups]
2525
dev = [
26-
"maturin>=1.2,<2.0", # For building (should match build requirements)
26+
"maturin>=1.13.1,<2.0", # For building (should match build requirements)
2727
"patchelf; platform_system != 'Windows'", # For setting rpath in shared libraries (Linux/macOS only)
2828
"setuptools>=82.0.1", # Build system
2929
"pre-commit", # Git hooks

0 commit comments

Comments
 (0)