Skip to content

Commit 2dd23f1

Browse files
Build(deps-dev): update maturin requirement from >=1.8.3 to >=1.13.3
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.8.3...v1.13.3) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0434ba0 commit 2dd23f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=1.0,<2.0"]
2+
requires = ["maturin>=1.13.3,<2.0"]
33
build-backend = "maturin"
44

55
[project]
@@ -43,7 +43,7 @@ classifiers = [
4343
[dependency-groups]
4444
dev = [
4545
"jinja2>=3.1.6",
46-
"maturin>=1.8.3",
46+
"maturin>=1.13.3",
4747
"mypy>=2.0.0",
4848
"pytest>=9.0.3",
4949
"pytest-benchmark>=5.2.3",

0 commit comments

Comments
 (0)