Skip to content

Commit ba0a9fb

Browse files
committed
Update Python version
1 parent ed065c0 commit ba0a9fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ build:
1616

1717
requirements:
1818
host:
19-
- python >=3.10
19+
- python >=3.11
2020
- hatchling
2121
- hatch-vcs
2222

2323
run:
24-
- python >=3.10
24+
- python >=3.11
2525
- anndata >=0.9
2626
- awkward >=2.1.0
2727
- mudata >=0.2.3

.github/workflows/test-tutorials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os:
2828
- ubuntu-latest
2929
python:
30-
- "3.10"
30+
- "3.13"
3131

3232
env:
3333
OS: ${{ matrix.os }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Please refer to the [documentation][link-docs]. In particular, the
4949

5050
## Installation
5151

52-
You need to have Python 3.10 or newer installed on your system. If you don't have
52+
You need to have Python 3.11 or newer installed on your system. If you don't have
5353
Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).
5454

5555
There are several alternative options to install scirpy:

0 commit comments

Comments
 (0)