File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 23
23
include :
24
24
- os : " ubuntu-latest"
25
25
python-version : " 3.12"
26
+ - os : " ubuntu-latest"
27
+ python-version : " 3.13"
26
28
# Disable until Zarr v3 is working https://github.com/cubed-dev/cubed/issues/295
27
29
# - os: "ubuntu-latest"
28
30
# python-version: "3.12"
35
37
fetch-depth : 0
36
38
37
39
- name : Set up Python ${{ matrix.python-version }}
38
- uses : actions/setup-python@v3
40
+ uses : actions/setup-python@v5
39
41
with :
40
42
python-version : ${{ matrix.python-version }}
41
43
architecture : x64
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ classifiers = [
20
20
" Programming Language :: Python :: 3.10" ,
21
21
" Programming Language :: Python :: 3.11" ,
22
22
" Programming Language :: Python :: 3.12" ,
23
+ " Programming Language :: Python :: 3.13" ,
23
24
]
24
25
requires-python = " >=3.10"
25
26
dependencies = [
You can’t perform that action at this time.
0 commit comments