File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 \
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change 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
77ENV PYTHONUNBUFFERED True
You can’t perform that action at this time.
0 commit comments