From 4f1c7b1780b52f4ec56c5a16397a4ee4d5fd28f1 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 8 Oct 2022 13:18:25 -0700 Subject: [PATCH] Use 3.11.0-rc.2 for Python 3.11 for now --- .github/workflows/testing_prs.yaml | 2 +- .github/workflows/testing_schedule.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing_prs.yaml b/.github/workflows/testing_prs.yaml index f28c72af..c8cd6e0a 100644 --- a/.github/workflows/testing_prs.yaml +++ b/.github/workflows/testing_prs.yaml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.10', '3.11' ] + python-version: [ '3.10', '3.11.0-rc.2' ] os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - run: git config --global core.autocrlf false diff --git a/.github/workflows/testing_schedule.yaml b/.github/workflows/testing_schedule.yaml index ec6c7f8a..d5e958c7 100644 --- a/.github/workflows/testing_schedule.yaml +++ b/.github/workflows/testing_schedule.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.10', '3.11' ] + python-version: [ '3.10', '3.11.0-rc.2' ] os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - run: git config --global core.autocrlf false