Skip to content

Commit 22b5441

Browse files
Update dependency python to 3.14
1 parent 2b6ae3b commit 22b5441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- uses: actions/setup-python@v2
2121
with:
22-
python-version: '3.9'
22+
python-version: '3.14'
2323

2424
- name: Install required dependencies with pipenv
2525
run: |

.github/workflows/vagrant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- uses: actions/setup-python@v2
2121
with:
22-
python-version: '3.9'
22+
python-version: '3.14'
2323

2424
- name: Install required dependecies with pipenv
2525
run: |

0 commit comments

Comments
 (0)