Skip to content

Commit

Permalink
Run tests on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Oct 8, 2024
1 parent eed4e30 commit fcbdb9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
include:
- os: "ubuntu-latest"
python-version: "3.12"
- os: "ubuntu-latest"
python-version: "3.13"
# Disable until Zarr v3 is working https://github.com/cubed-dev/cubed/issues/295
# - os: "ubuntu-latest"
# python-version: "3.12"
Expand All @@ -35,7 +37,7 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit fcbdb9c

Please sign in to comment.