From a7e9e991c31474c7495b17a5eb8544d7d2eba108 Mon Sep 17 00:00:00 2001 From: LucaMarconato <2664412+LucaMarconato@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:15:32 +0100 Subject: [PATCH] Revert "Update pyproject.toml" (#857) * Revert "Update pyproject.toml" This reverts commit 1f8a01cf97dee96a3fa957234b2f5e8a0732d7e0. * removed 3.13 from test ci --- .github/workflows/test.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fa5f44e1..1d7a79b9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.10", "3.12", "3.13"] + python: ["3.10", "3.12"] os: [ubuntu-latest] include: - os: macos-latest diff --git a/pyproject.toml b/pyproject.toml index e01ffb56..c95c2571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ maintainers = [ urls.Documentation = "https://spatialdata.scverse.org/en/latest" urls.Source = "https://github.com/scverse/spatialdata.git" urls.Home-page = "https://github.com/scverse/spatialdata.git" -requires-python = ">=3.10" +requires-python = ">=3.10, <3.13" # include 3.13 once multiscale-spatial-image conflicts are resolved dynamic= [ "version" # allow version to be set by git tags ]