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 11, 2024
1 parent 2d3440f commit 395ab5d
Show file tree
Hide file tree
Showing 2 changed files with 4 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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.10"
dependencies = [
Expand Down

0 comments on commit 395ab5d

Please sign in to comment.