diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 200d186..d337a72 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.14" - name: Install nox run: pip install nox diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index d2797fb..28303af 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -31,7 +31,7 @@ jobs: - name: Set up Python 3.9 uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.14 - name: Install Test Dependencies uses: py-actions/py-dependency-install@v4 diff --git a/Dockerfile b/Dockerfile index f80488f..eccc4db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # use python image -FROM python:3.9 +FROM python:3.14 # Allow statements and log messages to immediately appear in Knative logs ENV PYTHONUNBUFFERED True