@@ -18,10 +18,10 @@ jobs:
1818 with :
1919 access_token : ${{ github.token }}
2020 - uses : actions/checkout@v2
21- - name : Set up Python 3.8
21+ - name : Set up Python 3.9
2222 uses : actions/setup-python@v2
2323 with :
24- python-version : 3.8
24+ python-version : 3.9
2525 cache : ' pip'
2626 - name : Install nox.
2727 run : python -m pip install nox
@@ -35,10 +35,10 @@ jobs:
3535 with :
3636 access_token : ${{ github.token }}
3737 - uses : actions/checkout@v2
38- - name : Set up Python 3.8
38+ - name : Set up Python 3.9
3939 uses : actions/setup-python@v2
4040 with :
41- python-version : 3.8
41+ python-version : 3.9
4242 cache : ' pip'
4343 - name : Install nox.
4444 run : python -m pip install nox
@@ -55,10 +55,10 @@ jobs:
5555 with :
5656 access_token : ${{ github.token }}
5757 - uses : actions/checkout@v2
58- - name : Set up Python 3.8
58+ - name : Set up Python 3.9
5959 uses : actions/setup-python@v2
6060 with :
61- python-version : 3.8
61+ python-version : 3.9
6262 cache : ' pip'
6363 - name : Install system dependencies.
6464 run : |
@@ -102,10 +102,10 @@ jobs:
102102 run : |
103103 sudo mkdir -p /tmp/workspace/tests/cert/
104104 sudo chown -R ${USER} /tmp/workspace/
105- - name : Set up Python 3.8
105+ - name : Set up Python 3.9
106106 uses : actions/setup-python@v2
107107 with :
108- python-version : 3.8
108+ python-version : 3.9
109109 cache : ' pip'
110110 - name : Copy mtls files
111111 run : cp tests/cert/mtls.* /tmp/workspace/tests/cert/
@@ -192,10 +192,10 @@ jobs:
192192 with :
193193 access_token : ${{ github.token }}
194194 - uses : actions/checkout@v2
195- - name : Set up Python 3.8
195+ - name : Set up Python 3.9
196196 uses : actions/setup-python@v2
197197 with :
198- python-version : 3.8
198+ python-version : 3.9
199199 cache : ' pip'
200200 - name : Install system dependencies.
201201 run : |
@@ -226,10 +226,10 @@ jobs:
226226 with :
227227 access_token : ${{ github.token }}
228228 - uses : actions/checkout@v2
229- - name : Set up Python 3.8
229+ - name : Set up Python 3.9
230230 uses : actions/setup-python@v2
231231 with :
232- python-version : 3.8
232+ python-version : 3.9
233233 cache : ' pip'
234234 - name : Install system dependencies.
235235 run : |
@@ -257,10 +257,10 @@ jobs:
257257 with :
258258 access_token : ${{ github.token }}
259259 - uses : actions/checkout@v2
260- - name : Set up Python 3.8
260+ - name : Set up Python 3.9
261261 uses : actions/setup-python@v2
262262 with :
263- python-version : 3.8
263+ python-version : 3.9
264264 cache : ' pip'
265265 - name : Install system dependencies.
266266 run : |
@@ -373,10 +373,10 @@ jobs:
373373 with :
374374 access_token : ${{ github.token }}
375375 - uses : actions/checkout@v2
376- - name : Set up Python 3.8
376+ - name : Set up Python 3.9
377377 uses : actions/setup-python@v2
378378 with :
379- python-version : 3.8
379+ python-version : 3.9
380380 cache : ' pip'
381381 - name : Install autopep8
382382 run : |
0 commit comments