Skip to content

Commit 8b43143

Browse files
Update dependency python to 3.14
1 parent e9d63a0 commit 8b43143

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python 3.7
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.7
16+
python-version: 3.14
1717
- name: Install formatter dependencies
1818
run: |
1919
python -m pip install --upgrade pip

.github/workflows/pip-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python 3.7
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: 3.7
26+
python-version: 3.14
2727
- uses: actions/[email protected]
2828
- name: Install Python dependencies
2929
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python 3.7
1919
uses: actions/setup-python@v2
2020
with:
21-
python-version: 3.7
21+
python-version: 3.14
2222
- uses: actions/[email protected]
2323
- name: Install Python dependencies
2424
run: |
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Python 3.7
5252
uses: actions/setup-python@v2
5353
with:
54-
python-version: 3.7
54+
python-version: 3.14
5555
- uses: actions/[email protected]
5656
- name: Install Python dependencies
5757
run: |

0 commit comments

Comments
 (0)