File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
environment-name : flox-bench
28
28
create-args : >-
29
- python=3.12
29
+ python=3.13
30
30
asv
31
31
mamba
32
32
libmambapy<2.0
Original file line number Diff line number Diff line change 41
41
42
42
env :
43
43
CONDA_ENV_FILE : ci/environment.yml
44
- PYTHON_VERSION : " 3.12 "
44
+ PYTHON_VERSION : " 3.13 "
45
45
46
46
steps :
47
47
- uses : actions/checkout@v4
95
95
shell : bash -l {0}
96
96
env :
97
97
CONDA_ENV_FILE : ci/environment.yml
98
- PYTHON_VERSION : " 3.12 "
98
+ PYTHON_VERSION : " 3.13 "
99
99
100
100
steps :
101
101
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
matrix :
27
27
os : ["ubuntu-latest"]
28
28
env : ["environment"]
29
- python-version : ["3.10", "3.12 "]
29
+ python-version : ["3.10", "3.13 "]
30
30
include :
31
31
- os : " windows-latest"
32
32
env : " environment"
33
- python-version : " 3.12 "
33
+ python-version : " 3.13 "
34
34
- os : " ubuntu-latest"
35
35
env : " no-dask" # "no-xarray", "no-numba"
36
- python-version : " 3.12 "
36
+ python-version : " 3.13 "
37
37
- os : " ubuntu-latest"
38
38
env : " minimal-requirements"
39
39
python-version : " 3.10"
Original file line number Diff line number Diff line change 24
24
- uses : actions/setup-python@v5
25
25
name : Install Python
26
26
with :
27
- python-version : " 3.12 "
27
+ python-version : " 3.13 "
28
28
29
29
- name : Install dependencies
30
30
run : |
65
65
- uses : actions/setup-python@v5
66
66
name : Install Python
67
67
with :
68
- python-version : " 3.12 "
68
+ python-version : " 3.13 "
69
69
- uses : actions/download-artifact@v4
70
70
with :
71
71
name : releases
Original file line number Diff line number Diff line change 34
34
strategy :
35
35
fail-fast : false
36
36
matrix :
37
- python-version : ["3.12 "]
37
+ python-version : ["3.13 "]
38
38
steps :
39
39
- uses : actions/checkout@v4
40
40
with :
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ classifiers = [
14
14
" Programming Language :: Python :: 3.10" ,
15
15
" Programming Language :: Python :: 3.11" ,
16
16
" Programming Language :: Python :: 3.12" ,
17
+ " Programming Language :: Python :: 3.13" ,
17
18
]
18
19
dependencies = [
19
20
" pandas>=1.5" ,
You can’t perform that action at this time.
0 commit comments