Skip to content

Commit 41ec5e9

Browse files
committed
chore(test): use python3.13 for integration tests
1 parent 5ce4d0e commit 41ec5e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- ubuntu-latest
9191
- windows-latest
9292
python:
93-
- "3.12"
93+
- "3.13"
9494
npm:
9595
- 8
9696
- 9
@@ -125,7 +125,7 @@ jobs:
125125
- ubuntu-latest
126126
- windows-latest
127127
python:
128-
- "3.12"
128+
- "3.13"
129129
npm:
130130
- 8
131131
- 9
@@ -160,7 +160,7 @@ jobs:
160160
- ubuntu-latest
161161
- windows-latest
162162
python:
163-
- "3.12"
163+
- "3.13"
164164
steps:
165165
- uses: actions/checkout@v5
166166
- uses: actions/setup-python@v6
@@ -183,7 +183,7 @@ jobs:
183183
- ubuntu-latest
184184
- windows-latest
185185
python:
186-
- "3.12"
186+
- "3.13"
187187
java:
188188
- "21"
189189
- "25"
@@ -212,7 +212,7 @@ jobs:
212212
- ubuntu-latest
213213
- windows-latest
214214
python:
215-
- "3.12"
215+
- "3.13"
216216
java:
217217
- "21"
218218
- "25"
@@ -239,7 +239,7 @@ jobs:
239239
- ubuntu-latest
240240
- windows-latest
241241
python:
242-
- "3.12"
242+
- "3.13"
243243
steps:
244244
- uses: actions/checkout@v5
245245
- uses: actions/setup-python@v6
@@ -288,7 +288,7 @@ jobs:
288288
- ubuntu-latest
289289
- windows-latest
290290
python:
291-
- "3.12"
291+
- "3.13"
292292
steps:
293293
- uses: actions/checkout@v5
294294
- uses: actions/setup-python@v6
@@ -311,7 +311,7 @@ jobs:
311311
- ubuntu-latest
312312
- windows-latest
313313
python:
314-
- "3.12"
314+
- "3.13"
315315
steps:
316316
- uses: actions/checkout@v5
317317
- uses: actions/setup-python@v6
@@ -336,7 +336,7 @@ jobs:
336336
- ubuntu-latest
337337
- windows-latest
338338
python:
339-
- "3.12"
339+
- "3.13"
340340
rust:
341341
- stable
342342
steps:

0 commit comments

Comments
 (0)