Skip to content

Commit d361e00

Browse files
authored
Run tests on Python 3.13 (#503)
1 parent 2d3440f commit d361e00

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
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"
@@ -35,7 +37,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
]
2425
requires-python = ">=3.10"
2526
dependencies = [

0 commit comments

Comments
 (0)