File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
- windows
25
25
- macos
26
26
py :
27
- - 3.9.0-rc.2
27
+ - 3.9
28
28
- 3.8
29
29
- 3.7
30
30
- 3.6
50
50
- name : Setup python for tox
51
51
uses : actions/setup-python@v2
52
52
with :
53
- python-version : 3.9.0-rc.2
53
+ python-version : 3.9
54
54
- name : Install tox
55
55
run : python -m pip install tox
56
56
- uses : actions/checkout@v2
@@ -112,10 +112,10 @@ jobs:
112
112
- { os: windows, tox_env: docs }
113
113
steps :
114
114
- uses : actions/checkout@v2
115
- - name : Setup Python 3.9.0-rc.2
115
+ - name : Setup Python 3.9
116
116
uses : actions/setup-python@v2
117
117
with :
118
- python-version : 3.9.0-rc.2
118
+ python-version : 3.9
119
119
- name : Install tox
120
120
run : python -m pip install tox
121
121
- name : Run check for ${{ matrix.tox_env }}
@@ -131,7 +131,7 @@ jobs:
131
131
- name : Setup python to build package
132
132
uses : actions/setup-python@v2
133
133
with :
134
- python-version : 3.9.0-rc.2
134
+ python-version : 3.9
135
135
- name : Install https://pypi.org/project/build
136
136
run : python -m pip install build
137
137
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments