Skip to content

Commit b9c600d

Browse files
committed
restore 3.11 until anndata 0.13.0 is out
1 parent 48bb91e commit b9c600d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- {os: windows-latest, python: "3.12", dask-version: "2025.2.0", name: "Dask 2025.2.0"}
22+
- {os: windows-latest, python: "3.11", dask-version: "2025.2.0", name: "Dask 2025.2.0"}
2323
- {os: windows-latest, python: "3.13", dask-version: "latest", name: "Dask latest"}
24-
- {os: ubuntu-latest, python: "3.12", dask-version: "latest", name: "Dask latest"}
24+
- {os: ubuntu-latest, python: "3.11", dask-version: "latest", name: "Dask latest"}
2525
- {os: ubuntu-latest, python: "3.13", dask-version: "latest", name: "Dask latest"}
26-
- {os: macos-latest, python: "3.12", dask-version: "latest", name: "Dask latest"}
26+
- {os: macos-latest, python: "3.11", dask-version: "latest", name: "Dask latest"}
2727
- {os: macos-latest, python: "3.13", prerelease: "allow", name: "Python 3.13 (pre-release)"}
2828
env:
2929
OS: ${{ matrix.os }}

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-20.04
55
tools:
6-
python: "3.12"
6+
python: "3.11"
77
sphinx:
88
configuration: docs/conf.py
99
fail_on_warning: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintainers = [
1515
urls.Documentation = "https://spatialdata.scverse.org/en/latest"
1616
urls.Source = "https://github.com/scverse/spatialdata.git"
1717
urls.Home-page = "https://github.com/scverse/spatialdata.git"
18-
requires-python = ">=3.12"
18+
requires-python = ">=3.11"
1919
dynamic= [
2020
"version" # allow version to be set by git tags
2121
]

0 commit comments

Comments
 (0)