Skip to content

Commit

Permalink
Add requires-python key in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Apr 27, 2021
1 parent a55929d commit f333555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[project]
requires-python = ">=3.6"

[build-system]
requires = ["maturin"]
build-backend = "maturin"

0 comments on commit f333555

Please sign in to comment.