From 395ab5d7ef773dc843cd784a0a2ee6ad7ca6d380 Mon Sep 17 00:00:00 2001 From: Tom White Date: Thu, 18 Jul 2024 07:29:07 +0100 Subject: [PATCH] Run tests on Python 3.13 --- .github/workflows/tests.yml | 4 +++- pyproject.toml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c7674d6..f601f82e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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" @@ -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 diff --git a/pyproject.toml b/pyproject.toml index cd7475af..74404e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [