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 2323 include :
2424 - os : " ubuntu-latest"
2525 python-version : " 3.12"
26+ - os : " ubuntu-latest"
27+ python-version : " 3.13"
2628 # Disable until Zarr v3 is working https://github.com/cubed-dev/cubed/issues/295
2729 # - os: "ubuntu-latest"
2830 # python-version: "3.12"
3537 fetch-depth : 0
3638
3739 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v3
40+ uses : actions/setup-python@v5
3941 with :
4042 python-version : ${{ matrix.python-version }}
4143 architecture : x64
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ classifiers = [
2020 " Programming Language :: Python :: 3.10" ,
2121 " Programming Language :: Python :: 3.11" ,
2222 " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
2324]
2425requires-python = " >=3.10"
2526dependencies = [
You can’t perform that action at this time.
0 commit comments