Skip to content

Commit f7701e1

Browse files
Update dependency python to 3.14
1 parent bc16e9e commit f7701e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.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.10
2424
uses: actions/setup-python@v3
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.14"
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python 3.10
2323
uses: actions/setup-python@v3
2424
with:
25-
python-version: "3.10"
25+
python-version: "3.14"
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)