Skip to content

Commit 68eceeb

Browse files
Update dependency python to 3.14 (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f76a19a commit 68eceeb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/license_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: 3.8
19+
python-version: 3.14
2020
- name: Install Build Tools
2121
run: |
2222
python -m pip install build wheel

.github/workflows/publish_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v6
2828
with:
29-
python-version: "3.11"
29+
python-version: "3.14"
3030
- name: Install Build Tools
3131
run: |
3232
python -m pip install build wheel

.github/workflows/release_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@v6
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.14"
2323

2424
- name: Sync translations by gitlocalize-app[bot]
2525
run: |
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup Python
7373
uses: actions/setup-python@v6
7474
with:
75-
python-version: "3.11"
75+
python-version: "3.14"
7676
- name: Install Build Tools
7777
run: |
7878
python -m pip install build wheel
@@ -100,7 +100,7 @@ jobs:
100100
- name: Setup Python
101101
uses: actions/setup-python@v6
102102
with:
103-
python-version: '3.10'
103+
python-version: '3.14'
104104

105105
- name: Get version from setup.py
106106
id: get_version

0 commit comments

Comments
 (0)