File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@v4
32
32
- uses : actions/setup-python@v5
33
33
with :
34
- python-version : ' 3.10 '
34
+ python-version : ' 3.13 '
35
35
36
36
- name : Install from source
37
37
run : python3 -m pip install ".[dev]"
70
70
71
71
- uses : actions/setup-python@v5
72
72
with :
73
- python-version : ' 3.11 '
73
+ python-version : ' 3.13 '
74
74
75
75
- name : Checkout server
76
76
uses : actions/checkout@v4
@@ -183,7 +183,7 @@ jobs:
183
183
184
184
- uses : actions/setup-python@v5
185
185
with :
186
- python-version : " 3.10 "
186
+ python-version : " 3.13 "
187
187
188
188
- name : Checkout server
189
189
uses : actions/checkout@v4
@@ -356,7 +356,7 @@ jobs:
356
356
357
357
- uses : actions/setup-python@v5
358
358
with :
359
- python-version : ' 3.11 '
359
+ python-version : ' 3.13 '
360
360
361
361
- name : Checkout server
362
362
uses : actions/checkout@v4
@@ -506,7 +506,7 @@ jobs:
506
506
507
507
- uses : actions/setup-python@v5
508
508
with :
509
- python-version : ' 3.12 '
509
+ python-version : ' 3.13 '
510
510
511
511
- name : Checkout server
512
512
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-python@v5
15
15
with :
16
- python-version : ' 3.10 '
16
+ python-version : ' 3.13 '
17
17
18
18
- name : Install Docs dependencies
19
19
run : python3 -m pip install ".[docs]"
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-python@v5
16
16
with :
17
- python-version : ' 3.10 '
17
+ python-version : ' 3.13 '
18
18
19
19
- name : Install Docs dependencies
20
20
run : python3 -m pip install ".[docs]"
Original file line number Diff line number Diff line change 15
15
- name : Setup Python
16
16
uses : actions/setup-python@v5
17
17
with :
18
- python-version : ' 3.10 '
18
+ python-version : ' 3.13 '
19
19
20
20
- name : Preparations
21
21
run : python3 -m pip install -U twine build
You can’t perform that action at this time.
0 commit comments