Skip to content

Commit

Permalink
Run tests on Python 3.13 (currently beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jul 18, 2024
1 parent e7ff365 commit 747ea6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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,10 +37,11 @@ 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
allow-prereleases: true

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
Expand Down

0 comments on commit 747ea6f

Please sign in to comment.