Skip to content

Commit 50d8cd2

Browse files
committed
deps: update dependency python
1 parent 4b76e10 commit 50d8cd2

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/integration-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- run: go version
5454
- uses: actions/setup-python@v6
5555
with:
56-
python-version: '3.9'
56+
python-version: '3.14'
5757
- uses: actions/setup-node@v6
5858
with:
5959
node-version: 22

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- run: go version
9696
- uses: actions/setup-python@v6
9797
with:
98-
python-version: '3.9'
98+
python-version: '3.14'
9999
- uses: actions/setup-node@v6
100100
with:
101101
node-version: 22

.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
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v5
5151
- uses: actions/setup-python@v6
5252
with:
53-
python-version: '3.12'
53+
python-version: '3.14'
5454
- run: python --version
5555
- name: Install pip
5656
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@v5
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)