From 9c0a0d1cf729bacfbec70533be009144d92d054c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Thu, 8 Oct 2020 19:52:56 +0100 Subject: [PATCH] Bump to 3.9 final --- .github/workflows/check.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ab12a4290..94d5a11a9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -24,7 +24,7 @@ jobs: - windows - macos py: - - 3.9.0-rc.2 + - 3.9 - 3.8 - 3.7 - 3.6 @@ -50,7 +50,7 @@ jobs: - name: Setup python for tox uses: actions/setup-python@v2 with: - python-version: 3.9.0-rc.2 + python-version: 3.9 - name: Install tox run: python -m pip install tox - uses: actions/checkout@v2 @@ -112,10 +112,10 @@ jobs: - { os: windows, tox_env: docs } steps: - uses: actions/checkout@v2 - - name: Setup Python 3.9.0-rc.2 + - name: Setup Python 3.9 uses: actions/setup-python@v2 with: - python-version: 3.9.0-rc.2 + python-version: 3.9 - name: Install tox run: python -m pip install tox - name: Run check for ${{ matrix.tox_env }} @@ -131,7 +131,7 @@ jobs: - name: Setup python to build package uses: actions/setup-python@v2 with: - python-version: 3.9.0-rc.2 + python-version: 3.9 - name: Install https://pypi.org/project/build run: python -m pip install build - uses: actions/checkout@v2