From 552dd4701feb822a37ec18bc7aabd3550bc3cafa Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 29 Sep 2020 19:54:58 +0200 Subject: [PATCH] bump to 3.9.rc.2 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c3203cfc9..e489c620f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,11 +44,11 @@ jobs: matrix: include: - os: windows-latest - py: 3.9.0-rc.1 + py: 3.9.0-rc.2 - os: macos-latest - py: 3.9.0-rc.1 + py: 3.9.0-rc.2 - os: ubuntu-latest - py: 3.9.0-rc.1 + py: 3.9.0-rc.2 - os: ubuntu-latest py: 3.8 - os: ubuntu-latest