Skip to content

Commit 29c459a

Browse files
chore(deps): update dependency python to 3.13
1 parent d4a32c6 commit 29c459a

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
@@ -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

.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)