diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 200d186..562d493 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.13" - name: Install nox run: pip install nox diff --git a/Dockerfile b/Dockerfile index f80488f..8ff076b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # use python image -FROM python:3.9 +FROM python:3.13 # Allow statements and log messages to immediately appear in Knative logs ENV PYTHONUNBUFFERED True