From e461e915c76edd99793dbc94808b0c7bf4a48c94 Mon Sep 17 00:00:00 2001 From: mj-will Date: Tue, 8 Oct 2024 16:45:13 +0100 Subject: [PATCH] CI: test on Python 3.13 --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8554f1e4..1e3b5aa6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [macOS, Ubuntu, Windows] - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }}-latest steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9435f110..764dcb8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [macOS, Ubuntu, Windows] - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }}-latest steps: