From a462893ecb747b8d1a6e877e5cac083d53254df1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 13 Sep 2022 19:30:10 -0400 Subject: build: bump to 3.11.0-rc.2 --- .github/workflows/coverage.yml | 2 +- .github/workflows/testsuite.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 687bede9..12d7e01b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -46,7 +46,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.0-rc.1" + - "3.11.0-rc.2" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 06ea8944..bee7d6b4 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -46,7 +46,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.0-rc.1" + - "3.11.0-rc.2" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? -- cgit v1.2.1