From e723ba4f098a5c3c011665672860ec3618d3d4e3 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 21 Sep 2022 07:12:19 +0200 Subject: [PATCH] Python 3.11.0-rc.2 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76e82e02..ca490857 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc.1"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"] os: [ubuntu-latest, macos-latest] env: