Skip to content

Commit 755049e

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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@v5
2828
with:
29-
python-version: "3.10"
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@v5
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.14"
2323

2424
- name: Install Tools
2525
run: |
@@ -76,7 +76,7 @@ jobs:
7676
- name: Setup Python
7777
uses: actions/setup-python@v5
7878
with:
79-
python-version: "3.11"
79+
python-version: "3.14"
8080
- name: Install Build Tools
8181
run: |
8282
python -m pip install build wheel
@@ -104,7 +104,7 @@ jobs:
104104
- name: Setup Python
105105
uses: actions/setup-python@v5
106106
with:
107-
python-version: '3.10'
107+
python-version: '3.14'
108108

109109
- name: Get version from setup.py
110110
id: get_version

0 commit comments

Comments
 (0)