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