@@ -23,10 +23,10 @@ jobs:
2323 - name : Checkout repo @ SHA - ${{ github.sha }}
2424 uses : actions/checkout@v4
2525
26- - name : Set up Python 3.10
26+ - name : Set up Python 3.11
2727 uses : actions/setup-python@v5
2828 with :
29- python-version : " 3.10 "
29+ python-version : " 3.11 "
3030
3131 - name : Install tox
3232 run : pip install tox
@@ -41,10 +41,10 @@ jobs:
4141 - name : Checkout repo @ SHA - ${{ github.sha }}
4242 uses : actions/checkout@v4
4343
44- - name : Set up Python 3.10
44+ - name : Set up Python 3.11
4545 uses : actions/setup-python@v5
4646 with :
47- python-version : " 3.10 "
47+ python-version : " 3.11 "
4848
4949 - name : Install tox
5050 run : pip install tox
@@ -59,10 +59,10 @@ jobs:
5959 - name : Checkout repo @ SHA - ${{ github.sha }}
6060 uses : actions/checkout@v4
6161
62- - name : Set up Python 3.10
62+ - name : Set up Python 3.11
6363 uses : actions/setup-python@v5
6464 with :
65- python-version : " 3.10 "
65+ python-version : " 3.11 "
6666
6767 - name : Install tox
6868 run : pip install tox
@@ -77,10 +77,10 @@ jobs:
7777 - name : Checkout repo @ SHA - ${{ github.sha }}
7878 uses : actions/checkout@v4
7979
80- - name : Set up Python 3.10
80+ - name : Set up Python 3.11
8181 uses : actions/setup-python@v5
8282 with :
83- python-version : " 3.10 "
83+ python-version : " 3.11 "
8484
8585 - name : Install tox
8686 run : pip install tox
@@ -95,10 +95,10 @@ jobs:
9595 - name : Checkout repo @ SHA - ${{ github.sha }}
9696 uses : actions/checkout@v4
9797
98- - name : Set up Python 3.10
98+ - name : Set up Python 3.11
9999 uses : actions/setup-python@v5
100100 with :
101- python-version : " 3.10 "
101+ python-version : " 3.11 "
102102
103103 - name : Install tox
104104 run : pip install tox
@@ -115,10 +115,10 @@ jobs:
115115 - name : Checkout repo @ SHA - ${{ github.sha }}
116116 uses : actions/checkout@v4
117117
118- - name : Set up Python 3.10
118+ - name : Set up Python 3.11
119119 uses : actions/setup-python@v5
120120 with :
121- python-version : " 3.10 "
121+ python-version : " 3.11 "
122122
123123 - name : Install tox
124124 run : pip install tox
@@ -133,10 +133,10 @@ jobs:
133133 - name : Checkout repo @ SHA - ${{ github.sha }}
134134 uses : actions/checkout@v4
135135
136- - name : Set up Python 3.10
136+ - name : Set up Python 3.11
137137 uses : actions/setup-python@v5
138138 with :
139- python-version : " 3.10 "
139+ python-version : " 3.11 "
140140
141141 - name : Install tox
142142 run : pip install tox
@@ -151,10 +151,10 @@ jobs:
151151 - name : Checkout repo @ SHA - ${{ github.sha }}
152152 uses : actions/checkout@v4
153153
154- - name : Set up Python 3.10
154+ - name : Set up Python 3.11
155155 uses : actions/setup-python@v5
156156 with :
157- python-version : " 3.10 "
157+ python-version : " 3.11 "
158158
159159 - name : Install tox
160160 run : pip install tox
@@ -183,10 +183,10 @@ jobs:
183183 - name : Checkout pull request
184184 run : git checkout ${{ github.event.pull_request.head.sha }}
185185
186- - name : Set up Python 3.10
186+ - name : Set up Python 3.11
187187 uses : actions/setup-python@v5
188188 with :
189- python-version : " 3.10 "
189+ python-version : " 3.11 "
190190
191191 - name : Install tox
192192 run : pip install tox
@@ -201,10 +201,10 @@ jobs:
201201 - name : Checkout repo @ SHA - ${{ github.sha }}
202202 uses : actions/checkout@v4
203203
204- - name : Set up Python 3.10
204+ - name : Set up Python 3.11
205205 uses : actions/setup-python@v5
206206 with :
207- python-version : " 3.10 "
207+ python-version : " 3.11 "
208208
209209 - name : Install tox
210210 run : pip install tox
@@ -222,10 +222,10 @@ jobs:
222222 - name : Checkout repo @ SHA - ${{ github.sha }}
223223 uses : actions/checkout@v4
224224
225- - name : Set up Python 3.10
225+ - name : Set up Python 3.11
226226 uses : actions/setup-python@v5
227227 with :
228- python-version : " 3.10 "
228+ python-version : " 3.11 "
229229
230230 - name : Install tox
231231 run : pip install tox
@@ -243,10 +243,10 @@ jobs:
243243 - name : Checkout repo @ SHA - ${{ github.sha }}
244244 uses : actions/checkout@v4
245245
246- - name : Set up Python 3.10
246+ - name : Set up Python 3.11
247247 uses : actions/setup-python@v5
248248 with :
249- python-version : " 3.10 "
249+ python-version : " 3.11 "
250250
251251 - name : Install tox
252252 run : pip install tox
0 commit comments