File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
packages/google-cloud-bigquery-storage/samples/to_dataframe Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4848 - name : Set up Python 3.11
4949 uses : actions/setup-python@v6
5050 with :
51- python-version : 3.13
51+ python-version : 3.14
5252 - name : Run configure_release_please.py
5353 run : python3 configure_release_please.py
5454 working-directory : ./scripts/configure_release_please
Original file line number Diff line number Diff line change 5454 - name : Setup Python
5555 uses : actions/setup-python@v6
5656 with :
57- python-version : " 3.10 "
57+ python-version : " 3.14 "
5858 - name : Install nox
5959 run : |
6060 python -m pip install --upgrade setuptools pip wheel
8383 - name : Setup Python
8484 uses : actions/setup-python@v6
8585 with :
86- python-version : " 3.10 "
86+ python-version : " 3.14 "
8787 - name : Install nox
8888 run : |
8989 python -m pip install --upgrade setuptools pip wheel
@@ -110,7 +110,7 @@ jobs:
110110 - name : Setup Python
111111 uses : actions/setup-python@v6
112112 with :
113- python-version : " 3.10 "
113+ python-version : " 3.14 "
114114 - name : Install nox
115115 run : |
116116 python -m pip install --upgrade setuptools pip wheel
@@ -139,7 +139,7 @@ jobs:
139139 - name : Setup Python
140140 uses : actions/setup-python@v6
141141 with :
142- python-version : " 3.10 "
142+ python-version : " 3.14 "
143143 - name : Install nox
144144 run : |
145145 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 2121 - name : Setup Python
2222 uses : actions/setup-python@v6
2323 with :
24- python-version : " 3.13 "
24+ python-version : " 3.14 "
2525 - name : Install dependencies
2626 run : |
2727 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 2525 - name : Setup Python
2626 uses : actions/setup-python@v6
2727 with :
28- python-version : " 3.13 "
28+ python-version : " 3.14 "
2929 - name : Install nox
3030 run : |
3131 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 4545 - name : Set up Python 3.10
4646 uses : actions/setup-python@v6
4747 with :
48- python-version : " 3.13 "
48+ python-version : " 3.14 "
4949 - name : Install script dependencies
5050 run : pip3 install -r requirements.txt
5151 working-directory : ./scripts
Original file line number Diff line number Diff line change 2121 - name : Setup Python
2222 uses : actions/setup-python@v6
2323 with :
24- python-version : " 3.13 "
24+ python-version : " 3.14 "
2525 - name : Install pytest
2626 run : |
2727 python -m pip install pytest
Original file line number Diff line number Diff line change 1- google-auth == 2.40.3
1+ google-auth == 2.41.1
22google-cloud-bigquery-storage == 2.33.1
33google-cloud-bigquery === 3.30.0 ; python_version < = '3.8'
44google-cloud-bigquery == 3.38.0 ; python_version >= '3.9'
@@ -9,11 +9,11 @@ ipython===7.31.1; python_version == '3.7'
99ipython === 8.10.0 ; python_version == '3.8'
1010ipython === 8.18.1 ; python_version == '3.9'
1111ipython === 8.33.0 ; python_version == '3.10'
12- ipython == 9.5 .0 ; python_version >= '3.11'
12+ ipython == 9.6 .0 ; python_version >= '3.11'
1313ipywidgets == 8.1.7
1414pandas === 1.3.5 ; python_version == '3.7'
1515pandas === 2.0.3 ; python_version == '3.8'
16- pandas == 2.3.2 ; python_version >= '3.9'
16+ pandas == 2.3.3 ; python_version >= '3.9'
1717tqdm == 4.67.1
1818db-dtypes === 1.4.2 ; python_version < = '3.8'
1919db-dtypes == 1.4.3 ; python_version >= '3.9'
You can’t perform that action at this time.
0 commit comments