Skip to content

Commit 420847a

Browse files
chore(deps): update dependency python to 3.14
1 parent 19beca2 commit 420847a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.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.9'
29+
python-version: '3.14'
3030

3131
- name: Install dependencies
3232
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: '3.9'
23+
python-version: '3.14'
2424

2525
- name: Install build dependencies
2626
run: |

0 commit comments

Comments
 (0)