We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412bf45 commit e7fa020Copy full SHA for e7fa020
pyproject.toml
@@ -15,7 +15,7 @@ maintainers = [
15
urls.Documentation = "https://spatialdata.scverse.org/en/latest"
16
urls.Source = "https://github.com/scverse/spatialdata.git"
17
urls.Home-page = "https://github.com/scverse/spatialdata.git"
18
-requires-python = ">=3.10"
+requires-python = ">=3.10, <3.13" # include 3.13 once multiscale-spatial-image conflicts are resolved
19
dynamic= [
20
"version" # allow version to be set by git tags
21
]
0 commit comments