Skip to content

Commit

Permalink
Revert "Update pyproject.toml" (#857)
Browse files Browse the repository at this point in the history
* Revert "Update pyproject.toml"

This reverts commit 1f8a01c.

* removed 3.13 from test ci
  • Loading branch information
LucaMarconato authored Jan 31, 2025
1 parent 412bf45 commit a7e9e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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"
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
]
Expand Down

0 comments on commit a7e9e99

Please sign in to comment.