Skip to content

Commit 5846e12

Browse files
committed
chore(deps): update dependency python to 3.13
1 parent d4b8da5 commit 5846e12

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Python
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: "3.9"
26+
python-version: "3.13"
2727

2828
- name: Install nox
2929
run: pip install nox

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# use python image
16-
FROM python:3.9
16+
FROM python:3.13
1717

1818
# Allow statements and log messages to immediately appear in Knative logs
1919
ENV PYTHONUNBUFFERED True

0 commit comments

Comments
 (0)