We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d7a5b commit 9334136Copy full SHA for 9334136
.github/workflows/testing.yml
@@ -50,7 +50,6 @@ jobs:
50
python-version: ${{ env.PYTHON_VERSION }}
51
- name: Install dependencies
52
run: |
53
- uv venv
54
uv sync --frozen --all-extras
55
uv run maturin build
56
- name: mypy check
@@ -74,7 +73,6 @@ jobs:
74
73
python-version: ${{ matrix.python-version }}
75
76
77
78
79
80
- name: Run tests
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-requires = ["hatchling"]
3
-build-backend = "hatchling.build"
+requires = ["maturin>=1.5,<2.0"]
+build-backend = "maturin"
4
5
[project]
6
name = "prelude-parser"
0 commit comments