Skip to content

Commit

Permalink
Raise maturin version to the correct patch level
Browse files Browse the repository at this point in the history
We use cargo's workspace metadata inheritance, which is supported in
maturin starting from 0.13.4:

  https://github.com/PyO3/maturin/releases/tag/v0.13.4
  • Loading branch information
cschwan committed Feb 22, 2023
1 parent cc593eb commit fc50e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pineappl_py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.13"]
requires = ["maturin>=0.13.4"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit fc50e9c

Please sign in to comment.