File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v4
3232 - uses : actions/setup-python@v5
3333 with :
34- python-version : ' 3.10 '
34+ python-version : ' 3.13 '
3535
3636 - name : Install from source
3737 run : python3 -m pip install ".[dev]"
7070
7171 - uses : actions/setup-python@v5
7272 with :
73- python-version : ' 3.11 '
73+ python-version : ' 3.13 '
7474
7575 - name : Checkout server
7676 uses : actions/checkout@v4
@@ -182,7 +182,7 @@ jobs:
182182
183183 - uses : actions/setup-python@v5
184184 with :
185- python-version : " 3.10 "
185+ python-version : " 3.13 "
186186
187187 - name : Checkout server
188188 uses : actions/checkout@v4
@@ -354,7 +354,7 @@ jobs:
354354
355355 - uses : actions/setup-python@v5
356356 with :
357- python-version : ' 3.11 '
357+ python-version : ' 3.13 '
358358
359359 - name : Checkout server
360360 uses : actions/checkout@v4
@@ -503,7 +503,7 @@ jobs:
503503
504504 - uses : actions/setup-python@v5
505505 with :
506- python-version : ' 3.12 '
506+ python-version : ' 3.13 '
507507
508508 - name : Checkout server
509509 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-python@v5
1515 with :
16- python-version : ' 3.10 '
16+ python-version : ' 3.13 '
1717
1818 - name : Install Docs dependencies
1919 run : python3 -m pip install ".[docs]"
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-python@v5
1616 with :
17- python-version : ' 3.10 '
17+ python-version : ' 3.13 '
1818
1919 - name : Install Docs dependencies
2020 run : python3 -m pip install ".[docs]"
Original file line number Diff line number Diff line change 1515 - name : Setup Python
1616 uses : actions/setup-python@v5
1717 with :
18- python-version : ' 3.10 '
18+ python-version : ' 3.13 '
1919
2020 - name : Preparations
2121 run : python3 -m pip install -U twine build
You can’t perform that action at this time.
0 commit comments