55
55
runs-on : ubuntu-latest
56
56
strategy :
57
57
matrix :
58
- python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
58
+ python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
59
59
pydantic-version : ["pydantic-v1", "pydantic-v2"]
60
60
fail-fast : false
61
61
@@ -105,7 +105,7 @@ jobs:
105
105
- name : Set up Python
106
106
uses : actions/setup-python@v5
107
107
with :
108
- python-version : " 3.12 "
108
+ python-version : " 3.13 "
109
109
- name : Install Dependencies
110
110
if : steps.cache.outputs.cache-hit != 'true'
111
111
run : |
@@ -124,7 +124,7 @@ jobs:
124
124
- name : Set up Python
125
125
uses : actions/setup-python@v5
126
126
with :
127
- python-version : " 3.12 "
127
+ python-version : " 3.13 "
128
128
- name : Install Dependencies
129
129
if : steps.cache.outputs.cache-hit != 'true'
130
130
run : |
@@ -143,7 +143,7 @@ jobs:
143
143
- name : Set up Python
144
144
uses : actions/setup-python@v5
145
145
with :
146
- python-version : " 3.12 "
146
+ python-version : " 3.13 "
147
147
- name : Install Dependencies
148
148
if : steps.cache.outputs.cache-hit != 'true'
149
149
run : |
@@ -182,7 +182,7 @@ jobs:
182
182
- name : Set up Python
183
183
uses : actions/setup-python@v5
184
184
with :
185
- python-version : " 3.12 "
185
+ python-version : " 3.13 "
186
186
- name : Install Dependencies
187
187
if : steps.cache.outputs.cache-hit != 'true'
188
188
run : |
@@ -212,7 +212,7 @@ jobs:
212
212
- name : Set up Python
213
213
uses : actions/setup-python@v5
214
214
with :
215
- python-version : " 3.12 "
215
+ python-version : " 3.13 "
216
216
- name : Install Dependencies
217
217
if : steps.cache.outputs.cache-hit != 'true'
218
218
run : |
@@ -251,7 +251,7 @@ jobs:
251
251
- name : Set up Python
252
252
uses : actions/setup-python@v5
253
253
with :
254
- python-version : " 3.12 "
254
+ python-version : " 3.13 "
255
255
- name : Install Dependencies
256
256
if : steps.cache.outputs.cache-hit != 'true'
257
257
run : |
@@ -281,7 +281,7 @@ jobs:
281
281
- name : Set up Python
282
282
uses : actions/setup-python@v5
283
283
with :
284
- python-version : " 3.12 "
284
+ python-version : " 3.13 "
285
285
- name : Install Dependencies
286
286
if : steps.cache.outputs.cache-hit != 'true'
287
287
run : |
@@ -309,7 +309,7 @@ jobs:
309
309
- name : Set up Python
310
310
uses : actions/setup-python@v5
311
311
with :
312
- python-version : " 3.12 "
312
+ python-version : " 3.13 "
313
313
- name : Install Dependencies
314
314
if : steps.cache.outputs.cache-hit != 'true'
315
315
run : |
@@ -339,7 +339,7 @@ jobs:
339
339
- name : Set up Python
340
340
uses : actions/setup-python@v5
341
341
with :
342
- python-version : " 3.12 "
342
+ python-version : " 3.13 "
343
343
- name : Install Dependencies
344
344
if : steps.cache.outputs.cache-hit != 'true'
345
345
run : |
@@ -367,7 +367,7 @@ jobs:
367
367
- name : Set up Python
368
368
uses : actions/setup-python@v5
369
369
with :
370
- python-version : " 3.12 "
370
+ python-version : " 3.13 "
371
371
- name : Install Dependencies
372
372
if : steps.cache.outputs.cache-hit != 'true'
373
373
run : |
@@ -397,7 +397,7 @@ jobs:
397
397
- name : Set up Python
398
398
uses : actions/setup-python@v5
399
399
with :
400
- python-version : " 3.12 "
400
+ python-version : " 3.13 "
401
401
- name : Install Dependencies
402
402
if : steps.cache.outputs.cache-hit != 'true'
403
403
run : |
@@ -425,7 +425,7 @@ jobs:
425
425
- name : Set up Python
426
426
uses : actions/setup-python@v5
427
427
with :
428
- python-version : " 3.12 "
428
+ python-version : " 3.13 "
429
429
- name : Install Dependencies
430
430
if : steps.cache.outputs.cache-hit != 'true'
431
431
run : |
0 commit comments