From 7a1cce527de603f8ac3f67bbfcfee093cb9e0f87 Mon Sep 17 00:00:00 2001 From: Tpt Date: Mon, 5 Jun 2023 22:01:52 +0200 Subject: [PATCH] Upgrades Maturin to 1.0 --- .github/workflows/tests.yml | 2 +- python/pyproject.toml | 2 +- python/requirements.dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 73f11a59..363c26ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/python/pyproject.toml b/python/pyproject.toml index c272d3d2..e17c6a01 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin~=0.15.0"] +requires = ["maturin~=1.0"] build-backend = "maturin" [project] diff --git a/python/requirements.dev.txt b/python/requirements.dev.txt index bebb6736..8e235e25 100644 --- a/python/requirements.dev.txt +++ b/python/requirements.dev.txt @@ -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