Skip to content

Commit 7657b67

Browse files
chore(actions): update dependency python to 3.14
1 parent 73e7822 commit 7657b67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Python 3.7
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: '3.7'
33+
python-version: '3.14'
3434

3535
- name: Install dependencies
3636
run: |

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python 3.7
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.7'
21+
python-version: '3.14'
2222

2323
- uses: actions/cache@v3
2424
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Python 3.7
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: '3.7'
26+
python-version: '3.14'
2727

2828
- name: Install dependencies
2929
run: |

0 commit comments

Comments
 (0)