Skip to content

Commit 2a697a8

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.6'
21+
python-version: '3.14'
2222
- name: Install Flake8
2323
run: |
2424
python -m pip install --upgrade pip

.github/workflows/test.yml

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

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.14
22

33
WORKDIR /usr/local/bin
44

0 commit comments

Comments
 (0)