Skip to content

Commit b9c16d1

Browse files
committed
chore(deps): update dependency python
1 parent d4b8da5 commit b9c16d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
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.14"
2727

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

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python 3.9
3232
uses: actions/setup-python@v4
3333
with:
34-
python-version: 3.9
34+
python-version: 3.14
3535

3636
- name: Install Test Dependencies
3737
uses: py-actions/py-dependency-install@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
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)