Skip to content

Commit 5648e2e

Browse files
chore(deps): update dependency python to 3.13
1 parent f65899c commit 5648e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
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.13'
2222
- name: Install Flake8
2323
run: |
2424
python -m pip install --upgrade pip

e2e/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.13
22

33
WORKDIR /usr/local/bin
44

0 commit comments

Comments
 (0)