Skip to content

Commit 9c0a0d1

Browse files
authored
Bump to 3.9 final
1 parent 4c9ca4d commit 9c0a0d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- windows
2525
- macos
2626
py:
27-
- 3.9.0-rc.2
27+
- 3.9
2828
- 3.8
2929
- 3.7
3030
- 3.6
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup python for tox
5151
uses: actions/setup-python@v2
5252
with:
53-
python-version: 3.9.0-rc.2
53+
python-version: 3.9
5454
- name: Install tox
5555
run: python -m pip install tox
5656
- uses: actions/checkout@v2
@@ -112,10 +112,10 @@ jobs:
112112
- { os: windows, tox_env: docs }
113113
steps:
114114
- uses: actions/checkout@v2
115-
- name: Setup Python 3.9.0-rc.2
115+
- name: Setup Python 3.9
116116
uses: actions/setup-python@v2
117117
with:
118-
python-version: 3.9.0-rc.2
118+
python-version: 3.9
119119
- name: Install tox
120120
run: python -m pip install tox
121121
- name: Run check for ${{ matrix.tox_env }}
@@ -131,7 +131,7 @@ jobs:
131131
- name: Setup python to build package
132132
uses: actions/setup-python@v2
133133
with:
134-
python-version: 3.9.0-rc.2
134+
python-version: 3.9
135135
- name: Install https://pypi.org/project/build
136136
run: python -m pip install build
137137
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)