Skip to content

Commit 2e69ddf

Browse files
chore(deps): update dependency python to 3.14
1 parent ff833e2 commit 2e69ddf

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
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Python
5555
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # tag=v6.0.0
5656
with:
57-
python-version: '3.13'
57+
python-version: '3.14'
5858
- name: Install dependencies
5959
run: |
6060
set -x

.github/workflows/lint.yml

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

0 commit comments

Comments
 (0)