Skip to content

Commit

Permalink
Bump to 3.9 final
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 8, 2020
1 parent 4c9ca4d commit 9c0a0d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- windows
- macos
py:
- 3.9.0-rc.2
- 3.9
- 3.8
- 3.7
- 3.6
Expand All @@ -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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 9c0a0d1

Please sign in to comment.