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
@@ -182,7 +182,7 @@ jobs:
182
182
183
183
- uses : actions/setup-python@v5
184
184
with :
185
- python-version : " 3.10 "
185
+ python-version : " 3.13 "
186
186
187
187
- name : Checkout server
188
188
uses : actions/checkout@v4
@@ -354,7 +354,7 @@ jobs:
354
354
355
355
- uses : actions/setup-python@v5
356
356
with :
357
- python-version : ' 3.11 '
357
+ python-version : ' 3.13 '
358
358
359
359
- name : Checkout server
360
360
uses : actions/checkout@v4
@@ -503,7 +503,7 @@ jobs:
503
503
504
504
- uses : actions/setup-python@v5
505
505
with :
506
- python-version : ' 3.12 '
506
+ python-version : ' 3.13 '
507
507
508
508
- name : Checkout server
509
509
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