From 36327c2359d5ed625a4760b5408f0ddcfca9adad Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Mon, 5 Oct 2020 22:52:09 +0200 Subject: [PATCH] Update main.yml bumpt to py39 final --- .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 e489c620f..285d000fd 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.2 + py: 3.9 - os: macos-latest - py: 3.9.0-rc.2 + py: 3.9 - os: ubuntu-latest - py: 3.9.0-rc.2 + py: 3.9 - os: ubuntu-latest py: 3.8 - os: ubuntu-latest