Skip to content

Commit

Permalink
update Maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
ypo committed Dec 6, 2024
1 parent 23affbc commit 762c1ff
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[build-system]
requires = ["maturin>=0.14,<0.15"]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "flute-alc"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Rust"
]
dependencies = ["cffi"]

[tool.maturin]
python-source = "python"
compatibility = "manylinux2014"
features = ["python"]

0 comments on commit 762c1ff

Please sign in to comment.