From bfc834e2e563ba7be457a20f203020718d58456d Mon Sep 17 00:00:00 2001 From: mj-will Date: Tue, 14 Nov 2023 11:16:48 +0000 Subject: [PATCH] ci: run on python 3.11 --- .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 2f0223e6..60fb9e16 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"] + python-version: ["3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }}-latest steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af21b18c..87c6fd73 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"] + python-version: ["3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }}-latest steps: