Upgrades Maturin to 1.0

pull/537/head
Tpt 1 year ago committed by Thomas Tanon
parent 1c1531f640
commit 7a1cce527d
  1. 2
      .github/workflows/tests.yml
  2. 2
      python/pyproject.toml
  3. 2
      python/requirements.dev.txt

@ -281,7 +281,7 @@ jobs:
python-version: "3.10"
cache: pip
cache-dependency-path: '**/requirements.dev.txt'
- run: pip install "maturin~=0.15.0"
- run: pip install "maturin~=1.0"
- run: maturin build -m python/Cargo.toml
- run: pip install --no-index --find-links=target/wheels/ pyoxigraph
- run: rm -r target/wheels

@ -1,5 +1,5 @@
[build-system]
requires = ["maturin~=0.15.0"]
requires = ["maturin~=1.0"]
build-backend = "maturin"
[project]

@ -1,6 +1,6 @@
black~=23.1
furo
maturin~=0.15.1
maturin~=1.0
mypy~=1.0
ruff~=0.0.255
sphinx~=5.3

Loading…
Cancel
Save