Skip to content

Commit a94e746

Browse files
chore(deps): update dependency python to 3.13
1 parent fd28177 commit a94e746

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/analysis-coverage.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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]"
@@ -70,7 +70,7 @@ jobs:
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

.github/workflows/docs-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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]"

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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]"

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)