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" python-version: "3.10"
cache: pip cache: pip
cache-dependency-path: '**/requirements.dev.txt' 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: maturin build -m python/Cargo.toml
- run: pip install --no-index --find-links=target/wheels/ pyoxigraph - run: pip install --no-index --find-links=target/wheels/ pyoxigraph
- run: rm -r target/wheels - run: rm -r target/wheels

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

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

Loading…
Cancel
Save