Skip to content

Commit c77d380

Browse files
committed
CI: bump min Python version to 3.11
1 parent 3574ef3 commit c77d380

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.10", "3.12"]
18+
python-version: ["3.11", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test = [
5151
"flake8",
5252
"mofapy2",
5353
"anndata[lazy]",
54-
"fast-array-utils" # need to explicitly depend on that, see https://github.com/scverse/muon/issues/174
54+
"fast-array-utils>=1.2.3" # need to explicitly depend on that, see https://github.com/scverse/muon/issues/174
5555
]
5656

5757
[tool.flit.metadata.urls]

0 commit comments

Comments
 (0)