From 928e478a4f9cddd2d84baf818fce8149ec857157 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Wed, 12 Oct 2022 00:14:10 +0200 Subject: [PATCH] ci: test against Python 3.11 --- .github/workflows/integration.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a83ec945e..2988c7dc6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [Ubuntu, MacOS, Windows] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] fail-fast: false defaults: run: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 100444380..4b4576b1a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [Ubuntu, MacOS, Windows] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] include: - os: Ubuntu python-version: pypy-3.8