33
33
- name : set up python
34
34
uses : actions/setup-python@v5
35
35
with :
36
- python-version : ' 3.11 '
36
+ python-version : ' 3.13 '
37
37
38
38
- run : pip install -r tests/requirements.txt
39
39
@@ -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.11 '
127
+ python-version : ' 3.13 '
128
128
129
129
- run : pip install -r tests/requirements.txt
130
130
@@ -148,7 +148,7 @@ jobs:
148
148
- name : set up python
149
149
uses : actions/setup-python@v5
150
150
with :
151
- python-version : ' 3.11 '
151
+ python-version : ' 3.13 '
152
152
153
153
- name : resolve MSRV
154
154
id : resolve-msrv
@@ -183,7 +183,7 @@ jobs:
183
183
fail-fast : false
184
184
matrix :
185
185
python-version :
186
- - ' 3.11 '
186
+ - ' 3.13 '
187
187
- ' pypy3.10'
188
188
189
189
steps :
@@ -222,7 +222,7 @@ jobs:
222
222
- name : set up python
223
223
uses : actions/setup-python@v5
224
224
with :
225
- python-version : ' 3.11 '
225
+ python-version : ' 3.13 '
226
226
227
227
- name : install rust stable
228
228
uses : dtolnay/rust-toolchain@stable
@@ -264,7 +264,7 @@ jobs:
264
264
265
265
- uses : actions/setup-python@v5
266
266
with :
267
- python-version : ' 3.11 '
267
+ python-version : ' 3.13 '
268
268
269
269
# used to lint js code
270
270
- uses : actions/setup-node@v4
@@ -310,7 +310,7 @@ jobs:
310
310
311
311
- uses : actions/setup-python@v5
312
312
with :
313
- python-version : ' 3.10 '
313
+ python-version : ' 3.13 '
314
314
315
315
- run : pip install typing_extensions
316
316
@@ -325,7 +325,7 @@ jobs:
325
325
id : setup-python
326
326
uses : actions/setup-python@v5
327
327
with :
328
- python-version : ' 3.11 '
328
+ python-version : ' 3.13 '
329
329
330
330
- name : install rust nightly
331
331
uses : dtolnay/rust-toolchain@nightly
@@ -383,6 +383,9 @@ jobs:
383
383
runs-on : ubuntu-latest
384
384
steps :
385
385
- uses : actions/checkout@v4
386
+ - uses : actions/setup-python@v5
387
+ with :
388
+ python-version : ' 3.13'
386
389
- uses : PyO3/maturin-action@v1
387
390
with :
388
391
command : sdist
@@ -475,7 +478,7 @@ jobs:
475
478
- name : set up python
476
479
uses : actions/setup-python@v5
477
480
with :
478
- python-version : ' 3.11 '
481
+ python-version : ' 3.13 '
479
482
architecture : ${{ matrix.python-architecture || 'x64' }}
480
483
481
484
- run : pip install -U twine 'ruff==0.5.0' typing_extensions
@@ -697,7 +700,7 @@ jobs:
697
700
- name : set up python
698
701
uses : actions/setup-python@v5
699
702
with :
700
- python-version : ' 3.11 '
703
+ python-version : ' 3.13 '
701
704
702
705
- name : get dist artifacts
703
706
uses : actions/download-artifact@v4
@@ -721,7 +724,7 @@ jobs:
721
724
- name : set up python
722
725
uses : actions/setup-python@v5
723
726
with :
724
- python-version : ' 3.10 '
727
+ python-version : ' 3.13 '
725
728
726
729
- run : pip install -U twine
727
730
0 commit comments