File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up Python
20
20
uses : actions/setup-python@v5
21
21
with :
22
- python-version : " 3.12 "
22
+ python-version : " 3.13 "
23
23
cache : " pip"
24
24
cache-dependency-path : " **/pyproject.toml"
25
25
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- name : Checkout code
14
14
uses : actions/checkout@v4
15
15
16
- - name : Set up Python 3.12
16
+ - name : Set up Python
17
17
uses : actions/setup-python@v5
18
18
with :
19
- python-version : " 3.12 "
19
+ python-version : " 3.x "
20
20
21
21
- name : Install hatch
22
22
run : pip install hatch
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
matrix :
23
23
include :
24
24
- os : ubuntu-22.04 # ubuntu-latest is currently broken for joblib
25
- python : " 3.12 "
25
+ python : " 3.13 "
26
26
run_mode : " slow"
27
27
- os : ubuntu-22.04
28
- python : " 3.12 "
28
+ python : " 3.13 "
29
29
run_mode : " fast"
30
30
# - os: ubuntu-latest
31
- # python: "3.12 "
31
+ # python: "3.13 "
32
32
# run_mode: slow
33
33
# pip-flags: "--pre"
34
34
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
build :
3
3
os : ubuntu-24.04
4
4
tools :
5
- python : " 3.12"
5
+ python : " 3.12" # 3.13 breaks because scikit-misc cannot be installed
6
6
commands :
7
7
- asdf plugin add uv
8
8
- asdf install uv latest
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pertpy"
7
7
version = " 0.10.0"
8
8
description = " Perturbation Analysis in the scverse ecosystem."
9
9
readme = " README.md"
10
- requires-python = " >=3.10,<3.13 "
10
+ requires-python = " >=3.10,<3.14 "
11
11
license = {file = " LICENSE" }
12
12
authors = [
13
13
{name = " Lukas Heumos" },
@@ -44,6 +44,7 @@ classifiers = [
44
44
" Programming Language :: Python :: 3.10" ,
45
45
" Programming Language :: Python :: 3.11" ,
46
46
" Programming Language :: Python :: 3.12" ,
47
+ " Programming Language :: Python :: 3.13" ,
47
48
" Topic :: Scientific/Engineering :: Bio-Informatics" ,
48
49
" Topic :: Scientific/Engineering :: Visualization" ,
49
50
]
You can’t perform that action at this time.
0 commit comments