2626 - name : Set up Python
2727 uses : actions/setup-python@v4
2828 with :
29- python-version : " 3.8 "
29+ python-version : " 3.9 "
3030 cache : ' pip'
3131 - name : Install nox.
3232 run : python -m pip install nox
@@ -36,10 +36,10 @@ jobs:
3636 runs-on : ubuntu-latest
3737 steps :
3838 - uses : actions/checkout@v3
39- - name : Set up Python "3.10 "
39+ - name : Set up Python "3.11 "
4040 uses : actions/setup-python@v4
4141 with :
42- python-version : " 3.10 "
42+ python-version : " 3.11 "
4343 cache : ' pip'
4444 - name : Install nox.
4545 run : python -m pip install nox
@@ -52,10 +52,10 @@ jobs:
5252 runs-on : ubuntu-latest
5353 steps :
5454 - uses : actions/checkout@v3
55- - name : Set up Python "3.10 "
55+ - name : Set up Python "3.11 "
5656 uses : actions/setup-python@v4
5757 with :
58- python-version : " 3.10 "
58+ python-version : " 3.11 "
5959 cache : ' pip'
6060 - name : Install system dependencies.
6161 run : |
@@ -95,10 +95,10 @@ jobs:
9595 run : |
9696 sudo mkdir -p /tmp/workspace/tests/cert/
9797 sudo chown -R ${USER} /tmp/workspace/
98- - name : Set up Python "3.10 "
98+ - name : Set up Python "3.11 "
9999 uses : actions/setup-python@v4
100100 with :
101- python-version : " 3.10 "
101+ python-version : " 3.11 "
102102 cache : ' pip'
103103 - name : Copy mtls files
104104 run : cp tests/cert/mtls.* /tmp/workspace/tests/cert/
@@ -131,7 +131,7 @@ jobs:
131131 showcase-unit :
132132 strategy :
133133 matrix :
134- python : ["3.7", "3.8", "3.9", "3.10"]
134+ python : ["3.7", "3.8", "3.9", "3.10", "3.11" ]
135135 variant : ['', _alternative_templates, _mixins, _alternative_templates_mixins]
136136 runs-on : ubuntu-latest
137137 steps :
@@ -161,10 +161,10 @@ jobs:
161161 runs-on : ubuntu-latest
162162 steps :
163163 - uses : actions/checkout@v3
164- - name : Set up Python "3.10 "
164+ - name : Set up Python "3.11 "
165165 uses : actions/setup-python@v4
166166 with :
167- python-version : " 3.10 "
167+ python-version : " 3.11 "
168168 cache : ' pip'
169169 - name : Install system dependencies.
170170 run : |
@@ -189,10 +189,10 @@ jobs:
189189 variant : ['', _alternative_templates]
190190 steps :
191191 - uses : actions/checkout@v3
192- - name : Set up Python "3.10 "
192+ - name : Set up Python "3.11 "
193193 uses : actions/setup-python@v4
194194 with :
195- python-version : " 3.10 "
195+ python-version : " 3.11 "
196196 cache : ' pip'
197197 - name : Install system dependencies.
198198 run : |
@@ -214,10 +214,10 @@ jobs:
214214 runs-on : ubuntu-latest
215215 steps :
216216 - uses : actions/checkout@v3
217- - name : Set up Python "3.10 "
217+ - name : Set up Python "3.11 "
218218 uses : actions/setup-python@v4
219219 with :
220- python-version : " 3.10 "
220+ python-version : " 3.11 "
221221 cache : ' pip'
222222 - name : Install system dependencies.
223223 run : |
@@ -230,7 +230,7 @@ jobs:
230230 unit :
231231 strategy :
232232 matrix :
233- python : ["3.7", "3.8", "3.9", "3.10"]
233+ python : ["3.7", "3.8", "3.9", "3.10", "3.11" ]
234234 runs-on : ubuntu-latest
235235 steps :
236236 - uses : actions/checkout@v3
@@ -251,7 +251,7 @@ jobs:
251251 fragment :
252252 strategy :
253253 matrix :
254- python : ["3.7", "3.8", "3.9", "3.10"]
254+ python : ["3.7", "3.8", "3.9", "3.10", "3.11" ]
255255 variant : ['', _alternative_templates]
256256 runs-on : ubuntu-latest
257257 steps :
@@ -303,10 +303,10 @@ jobs:
303303 runs-on : ubuntu-latest
304304 steps :
305305 - uses : actions/checkout@v3
306- - name : Set up Python 3.10
306+ - name : Set up Python 3.11
307307 uses : actions/setup-python@v4
308308 with :
309- python-version : " 3.10 "
309+ python-version : " 3.11 "
310310 cache : ' pip'
311311 - name : Install nox.
312312 run : |
@@ -322,10 +322,10 @@ jobs:
322322 runs-on : ubuntu-latest
323323 steps :
324324 - uses : actions/checkout@v3
325- - name : Set up Python "3.10 "
325+ - name : Set up Python "3.11 "
326326 uses : actions/setup-python@v4
327327 with :
328- python-version : " 3.10 "
328+ python-version : " 3.11 "
329329 cache : ' pip'
330330 - name : Install autopep8
331331 run : |
0 commit comments