1515 steps :
1616 - uses : actions/checkout@v5
1717
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.13'
2121
5252 steps :
5353 - uses : actions/checkout@v5
5454
55- - uses : actions/setup-python@v5
55+ - uses : actions/setup-python@v6
5656 with :
5757 python-version : ' 3.13'
5858
8686 python-version : ['3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t', 'pypy3.11']
8787
8888 steps :
89- - uses : actions/setup-python@v5
89+ - uses : actions/setup-python@v6
9090 with :
9191 python-version : ${{ matrix.python-version }}
9292 allow-prereleases : true
@@ -116,7 +116,7 @@ jobs:
116116 os : [ubuntu-24.04]
117117 steps :
118118 - uses : actions/checkout@v5
119- - uses : actions/setup-python@v5
119+ - uses : actions/setup-python@v6
120120 with :
121121 python-version : ' 3.13'
122122 - run : sudo apt-get update
@@ -129,7 +129,7 @@ jobs:
129129 runs-on : ubuntu-24.04
130130 steps :
131131 - uses : actions/checkout@v5
132- - uses : actions/setup-python@v5
132+ - uses : actions/setup-python@v6
133133 with :
134134 python-version : ' 3.13'
135135 - run : bin/install_latest_flint_ubuntu.sh
@@ -144,7 +144,7 @@ jobs:
144144 runs-on : ubuntu-24.04
145145 steps :
146146 - uses : actions/checkout@v5
147- - uses : actions/setup-python@v5
147+ - uses : actions/setup-python@v6
148148 with :
149149 python-version : ' 3.13'
150150 - run : sudo apt-get update
@@ -171,7 +171,7 @@ jobs:
171171 flint-tag : ['v3.0.1', 'v3.1.3-p1', 'v3.2.2', 'v3.3.1']
172172 steps :
173173 - uses : actions/checkout@v5
174- - uses : actions/setup-python@v5
174+ - uses : actions/setup-python@v6
175175 with :
176176 python-version : ' 3.13'
177177 - run : bin/install_flint_ubuntu.sh ${{ matrix.flint-tag }}
@@ -184,7 +184,7 @@ jobs:
184184 runs-on : ubuntu-24.04
185185 steps :
186186 - uses : actions/checkout@v5
187- - uses : actions/setup-python@v5
187+ - uses : actions/setup-python@v6
188188 with :
189189 python-version : ' 3.13'
190190 - run : bin/install_flint_ubuntu.sh main
@@ -198,7 +198,7 @@ jobs:
198198 runs-on : ubuntu-24.04-arm
199199 steps :
200200 - uses : actions/checkout@v5
201- - uses : actions/setup-python@v5
201+ - uses : actions/setup-python@v6
202202 with :
203203 python-version : ' 3.13'
204204 - run : bin/install_flint_ubuntu.sh main
@@ -212,7 +212,7 @@ jobs:
212212 runs-on : ubuntu-24.04
213213 steps :
214214 - uses : actions/checkout@v5
215- - uses : actions/setup-python@v5
215+ - uses : actions/setup-python@v6
216216 with :
217217 python-version : ' 3.13'
218218 - run : sudo apt-get update
@@ -226,7 +226,7 @@ jobs:
226226 runs-on : ubuntu-24.04
227227 steps :
228228 - uses : actions/checkout@v5
229- - uses : actions/setup-python@v5
229+ - uses : actions/setup-python@v6
230230 with :
231231 python-version : ' 3.12' # does not work with 3.13
232232 - run : sudo apt-get update
@@ -244,7 +244,7 @@ jobs:
244244 sympy-version : ['1.13.1', '1.14.0']
245245 steps :
246246 - uses : actions/checkout@v5
247- - uses : actions/setup-python@v5
247+ - uses : actions/setup-python@v6
248248 with :
249249 python-version : ' 3.13'
250250 - run : sudo apt-get update
@@ -260,7 +260,7 @@ jobs:
260260 runs-on : ubuntu-24.04
261261 steps :
262262 - uses : actions/checkout@v5
263- - uses : actions/setup-python@v5
263+ - uses : actions/setup-python@v6
264264 with :
265265 python-version : ' 3.13'
266266 - run : sudo apt-get update
0 commit comments