File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
py :
20
- - " 3.11.0-rc.2 "
20
+ - " 3.11"
21
21
- " 3.10"
22
22
- " 3.9"
23
23
- " 3.8"
56
56
- name : Setup python for tox
57
57
uses : actions/setup-python@v4
58
58
with :
59
- python-version : " 3.10 "
59
+ python-version : " 3.11 "
60
60
- name : Install Python 2 for cross test
61
61
uses : actions/setup-python@v4
62
62
with :
@@ -118,7 +118,7 @@ jobs:
118
118
fetch-depth : 0
119
119
- uses : actions/setup-python@v4
120
120
with :
121
- python-version : " 3.10 "
121
+ python-version : " 3.11 "
122
122
- name : Install tox
123
123
run : python -m pip install tox
124
124
- name : Setup coverage tool
@@ -162,10 +162,10 @@ jobs:
162
162
- uses : actions/checkout@v3
163
163
with :
164
164
fetch-depth : 0
165
- - name : Setup Python "3.10 "
165
+ - name : Setup Python "3.11 "
166
166
uses : actions/setup-python@v4
167
167
with :
168
- python-version : " 3.10 "
168
+ python-version : " 3.11 "
169
169
- name : Install tox
170
170
run : python -m pip install tox
171
171
- name : Run check for ${{ matrix.tox_env }}
@@ -181,7 +181,7 @@ jobs:
181
181
- name : Setup python to build package
182
182
uses : actions/setup-python@v4
183
183
with :
184
- python-version : " 3.10 "
184
+ python-version : " 3.11 "
185
185
- name : Install https://pypi.org/project/build
186
186
run : python -m pip install build
187
187
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments