2121 runs-on : ubuntu-latest
2222 strategy :
2323 matrix :
24- python-version : [ '3.9 ', '3.10 ', '3.11 ', '3.12 ', '3.13 ' ]
24+ python-version : [ '3.10 ', '3.11 ', '3.12 ', '3.13 ', '3.14 ' ]
2525 steps :
2626 - uses : actions/checkout@v6
2727 - name : Set up Python ${{ matrix.python-version }}
8989 runs-on : ubuntu-latest
9090 strategy :
9191 matrix :
92- python-version : [ '3.13 ' ]
92+ python-version : [ '3.14 ' ]
9393 steps :
9494 - uses : actions/checkout@v6
9595 - name : Set up Python ${{ matrix.python-version }}
@@ -175,7 +175,7 @@ jobs:
175175 runs-on : ubuntu-latest
176176 strategy :
177177 matrix :
178- python-version : [ '3.13 ' ]
178+ python-version : [ '3.14 ' ]
179179 steps :
180180 - uses : actions/checkout@v6
181181 - name : Set up Python ${{ matrix.python-version }}
@@ -198,7 +198,7 @@ jobs:
198198 runs-on : ubuntu-latest
199199 strategy :
200200 matrix :
201- python-version : [ '3.13 ' ]
201+ python-version : [ '3.14 ' ]
202202 steps :
203203 - uses : actions/checkout@v6
204204 - name : Set up Python ${{ matrix.python-version }}
@@ -244,7 +244,7 @@ jobs:
244244 runs-on : ubuntu-latest
245245 strategy :
246246 matrix :
247- python-version : [ '3.13 ' ]
247+ python-version : [ '3.14 ' ]
248248 steps :
249249 - uses : actions/checkout@v6
250250 - name : Set up Python ${{ matrix.python-version }}
@@ -269,7 +269,7 @@ jobs:
269269 runs-on : ubuntu-latest
270270 strategy :
271271 matrix :
272- python-version : [ '3.13 ' ]
272+ python-version : [ '3.14 ' ]
273273 steps :
274274 - uses : actions/checkout@v6
275275 - name : Set up Python ${{ matrix.python-version }}
@@ -290,7 +290,7 @@ jobs:
290290 runs-on : ubuntu-latest
291291 strategy :
292292 matrix :
293- python-version : [ '3.13 ' ]
293+ python-version : [ '3.14 ' ]
294294 steps :
295295 - name : Checkout repository
296296 uses : actions/checkout@v6
@@ -332,7 +332,7 @@ jobs:
332332 fail-fast : false
333333 matrix :
334334 workload : [ 'stressng_pod', 'stressng_vm' ]
335- python-version : [ '3.13 ' ]
335+ python-version : [ '3.14 ' ]
336336 steps :
337337 - uses : actions/checkout@v6
338338 - name : Set up Python ${{ matrix.python-version }}
@@ -409,7 +409,7 @@ jobs:
409409 runs-on : ubuntu-latest
410410 strategy :
411411 matrix :
412- python-version : [ '3.13 ' ]
412+ python-version : [ '3.14 ' ]
413413 steps :
414414 - name : Checkout repository
415415 uses : actions/checkout@v6
0 commit comments