Skip to content

Commit 05aa568

Browse files
chore(deps): update dependency python to 3.14
1 parent f481ca8 commit 05aa568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Python
6363
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
6464
with:
65-
python-version: '3.13'
65+
python-version: '3.14'
6666
- name: Install dependencies
6767
run: |
6868
set -x

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2929
with:
30-
python-version: '3.13'
30+
python-version: '3.14'
3131
- name: Install dependencies
3232
run: |
3333
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)