Skip to content

Commit f740caa

Browse files
Update dependency python to 3.14
1 parent 8466338 commit f740caa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Python
4848
uses: actions/setup-python@v5
4949
with:
50-
python-version: "3.11"
50+
python-version: "3.14"
5151
- name: Install Build Tools
5252
run: |
5353
python -m pip install build wheel
@@ -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

8181
- name: Get version from setup.py
8282
id: get_version

0 commit comments

Comments
 (0)