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