Skip to content

Commit 3cfc4f6

Browse files
committed
deps: update dependency python
1 parent 890894a commit 3cfc4f6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/pg-regress-emulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
project_id: ${{ env.GOOGLE_CLOUD_PROJECT }}
4040
- uses: actions/setup-python@v6
4141
with:
42-
python-version: '3.9'
42+
python-version: '3.14'
4343
- name: 'Install python dependencies'
4444
run: |
4545
pip install google-cloud-bigquery

.github/workflows/pg-regress-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
project_id: ${{ env.GOOGLE_CLOUD_PROJECT }}
4040
- uses: actions/setup-python@v6
4141
with:
42-
python-version: '3.9'
42+
python-version: '3.14'
4343
- name: Start PGAdapter container
4444
run: |
4545
docker run \

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v6
5252
- uses: actions/setup-python@v6
5353
with:
54-
python-version: '3.12'
54+
python-version: '3.14'
5555
- run: python --version
5656
- name: Install pip
5757
run: python -m pip install --upgrade pip

.github/workflows/snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v6
4848
- uses: actions/setup-python@v6
4949
with:
50-
python-version: '3.12'
50+
python-version: '3.14'
5151
- run: python --version
5252
- name: Install pip
5353
run: python -m pip install --upgrade pip

.github/workflows/units.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: go version
2424
- uses: actions/setup-python@v6
2525
with:
26-
python-version: '3.12'
26+
python-version: '3.14'
2727
- run: python --version
2828
- uses: shivammathur/setup-php@v2
2929
with:
@@ -79,7 +79,7 @@ jobs:
7979
- run: go version
8080
- uses: actions/setup-python@v6
8181
with:
82-
python-version: '3.12'
82+
python-version: '3.14'
8383
- run: python --version
8484
- uses: shivammathur/setup-php@v2
8585
with:

samples/cloud-run/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Use the official lightweight Python image.
33
# https://hub.docker.com/_/python
4-
FROM python:3.13-slim
4+
FROM python:3.14-slim
55

66
# Allow statements and log messages to immediately appear in the logs
77
ENV PYTHONUNBUFFERED True

0 commit comments

Comments
 (0)