Skip to content

Commit

Permalink
py: allow using maturin>=1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Dec 16, 2024
1 parent c0e58a4 commit b172ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install virtualenv
virtualenv venv; venv\Scripts\activate.ps1
pwd
python -m pip install --upgrade pip maturin
python -m pip install --upgrade pip maturin>=1.7.8
python -m pip install pytest
maturin develop --manifest-path py/Cargo.toml
pytest py
Expand All @@ -41,7 +41,7 @@ jobs:
run: |
pip install virtualenv
virtualenv venv; source venv/bin/activate
python -m pip install --upgrade pip maturin
python -m pip install --upgrade pip maturin>=1.7.8
python -m pip install pytest
maturin develop --manifest-path py/Cargo.toml
pytest py
Expand Down
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin==1.7.4"]
requires = ["maturin>=1.7"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit b172ea2

Please sign in to comment.