Skip to content

Commit c6d5ea8

Browse files
Update maturin requirement from <1.11,>=0.13 to >=0.13,<1.12 in /tsar-py
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@v0.13.0...v1.11.2) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.11.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f35c87a commit c6d5ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsar-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=0.13,<1.11"]
2+
requires = ["maturin>=0.13,<1.12"]
33
build-backend = "maturin"
44

55
[project]

0 commit comments

Comments
 (0)