We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b8da5 commit b9c16d1Copy full SHA for b9c16d1
.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.14"
27
28
- name: Install nox
29
run: pip install nox
.github/workflows/run_tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Set up Python 3.9
32
33
34
- python-version: 3.9
+ python-version: 3.14
35
36
- name: Install Test Dependencies
37
uses: py-actions/py-dependency-install@v4
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