Skip to content

Commit

Permalink
Merge pull request #175 from andfoy/update_maturin
Browse files Browse the repository at this point in the history
PR: Pin maturin version to v0.11.3
  • Loading branch information
andfoy authored Sep 1, 2021
2 parents def86e4 + 41613f7 commit 045922c
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 @@ -3,5 +3,5 @@ name = "pywinpty"
requires-python = ">=3.6"

[build-system]
requires = ["maturin>=0.10,<0.11"]
requires = ["maturin>=0.11.3,<0.12"]
build-backend = "maturin"

0 comments on commit 045922c

Please sign in to comment.