Skip to content

Commit

Permalink
Restore support for Python >=3.13 (#840)
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
LucaMarconato authored Jan 21, 2025
1 parent 79978a8 commit 69040ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand Down

0 comments on commit 69040ae

Please sign in to comment.