From 69040aee840d53c633a996d2c780406d6bfa5bb9 Mon Sep 17 00:00:00 2001 From: LucaMarconato <2664412+LucaMarconato@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:14:16 +0100 Subject: [PATCH] Restore support for Python >=3.13 (#840) Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6de3916a..0474f6f0 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, <3.13" # include 3.13 once multiscale-spatial-image conflicts are resolved +requires-python = ">=3.10" dynamic= [ "version" # allow version to be set by git tags ]