From bf14069f6504ebe94bff8564a57501b76cbbefee Mon Sep 17 00:00:00 2001 From: George Date: Fri, 15 Nov 2024 10:17:49 +0100 Subject: [PATCH] new: add python3.13 to ci (#849) --- .github/workflows/integration-tests-macos.yml | 1 + .github/workflows/integration-tests.yml | 1 + .github/workflows/type-checkers.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-macos.yml b/.github/workflows/integration-tests-macos.yml index 338f1e1e..96632039 100644 --- a/.github/workflows/integration-tests-macos.yml +++ b/.github/workflows/integration-tests-macos.yml @@ -19,6 +19,7 @@ jobs: - '3.10.x' - '3.11.x' - '3.12.x' + - '3.13.x' os: - macos-latest diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f4954942..ef3aba62 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -19,6 +19,7 @@ jobs: - '3.10.x' - '3.11.x' - '3.12.x' + - '3.13.x' os: - ubuntu-latest diff --git a/.github/workflows/type-checkers.yml b/.github/workflows/type-checkers.yml index 7cb59790..40a0873b 100644 --- a/.github/workflows/type-checkers.yml +++ b/.github/workflows/type-checkers.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] os: [ubuntu-latest] name: Python ${{ matrix.python-version }} test