We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b8da5 commit 5846e12Copy full SHA for 5846e12
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Python
24
uses: actions/setup-python@v4
25
with:
26
- python-version: "3.9"
+ python-version: "3.13"
27
28
- name: Install nox
29
run: pip install nox
Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# use python image
16
-FROM python:3.9
+FROM python:3.13
17
18
# Allow statements and log messages to immediately appear in Knative logs
19
ENV PYTHONUNBUFFERED True
0 commit comments