Skip to content

Commit

Permalink
Fix format of build system requires
Browse files Browse the repository at this point in the history
  • Loading branch information
piercefreeman committed Dec 3, 2024
1 parent d9d078d commit 73bc928
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
Expand Up @@ -49,7 +49,7 @@ types-pygments = "^2.18.0.20240506"
[build-system]
# Pin for maturin until the latest pypi distribution action supports
# metadata 2.4: https://github.com/PyO3/maturin/issues/2335
requires = ["maturin>=1.3.0<1.7.6"]
requires = ["maturin>=1.3.0,<1.7.6"]
build-backend = "maturin"

[tool.mypy]
Expand Down

0 comments on commit 73bc928

Please sign in to comment.