Skip to content

Commit

Permalink
fix: limit maturin (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored May 23, 2023
1 parent 9def9c9 commit 89c4c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "whey"
requires = ["pdm-backend"]
build-backend = "pdm.backend"
{%- elif cookiecutter.project_type == "maturin" %}
requires = ["maturin>=0.12"]
requires = ["maturin>=0.12,<0.15"]
build-backend = "maturin"
{%- elif cookiecutter.project_type == "hatch" %}
requires = ["hatchling"]
Expand Down

0 comments on commit 89c4c23

Please sign in to comment.