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
@@ -183,7 +183,7 @@ jobs:
183183
184184 - uses : actions/setup-python@v5
185185 with :
186- python-version : " 3.10 "
186+ python-version : " 3.13 "
187187
188188 - name : Checkout server
189189 uses : actions/checkout@v4
@@ -356,7 +356,7 @@ jobs:
356356
357357 - uses : actions/setup-python@v5
358358 with :
359- python-version : ' 3.11 '
359+ python-version : ' 3.13 '
360360
361361 - name : Checkout server
362362 uses : actions/checkout@v4
@@ -506,7 +506,7 @@ jobs:
506506
507507 - uses : actions/setup-python@v5
508508 with :
509- python-version : ' 3.12 '
509+ python-version : ' 3.13 '
510510
511511 - name : Checkout server
512512 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