From 15b9313f31bbe17dbb067cd7b573a58b2d2d2469 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 19:13:35 +0000 Subject: [PATCH 1/2] Update dependency python to v3.13.2 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edcbc0eb..d030beff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: - python-version: "3.x" + python-version: "3.13.2" - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 with: extra_args: --hook-stage manual --all-files diff --git a/pyproject.toml b/pyproject.toml index 6d3e9f7f..70894c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ channels = ["https://prefix.dev/conda-forge"] platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"] [tool.pixi.dependencies] -python = ">=3.10,<3.14" +python = ">=3.13.2,<3.14" array-api-compat = ">=1.11.2,<2" [tool.pixi.pypi-dependencies] From ae461d03910c7c25e0367d63327a56ea233d3922 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Tue, 8 Apr 2025 20:24:07 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70894c54..6d3e9f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ channels = ["https://prefix.dev/conda-forge"] platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"] [tool.pixi.dependencies] -python = ">=3.13.2,<3.14" +python = ">=3.10,<3.14" array-api-compat = ">=1.11.2,<2" [tool.pixi.pypi-dependencies]