Skip to content

Commit

Permalink
bump maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 15, 2023
1 parent 9a4b4b4 commit b21123b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["maturin>=0.14,<0.15"]
requires = ["maturin>=0.15,<0.16"]
build-backend = "maturin"

[project]
name = "hidefix"
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit b21123b

Please sign in to comment.