File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/google-cloud-bigquery-storage/samples Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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.13 "
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.13 "
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.13 "
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.13 "
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 11google-cloud-bigquery-storage == 2.33.1
22google-cloud-bigquery === 3.30.0 ; python_version < = '3.8'
3- google-cloud-bigquery == 3.37 .0 ; python_version >= '3.9'
3+ google-cloud-bigquery == 3.38 .0 ; python_version >= '3.9'
44pytest === 7.4.3 ; python_version == '3.7'
55pytest === 8.3.5 ; python_version == '3.8'
66pytest == 8.4.2 ; python_version >= '3.9'
Original file line number Diff line number Diff line change 11google-auth == 2.40.3
22google-cloud-bigquery-storage == 2.33.1
33google-cloud-bigquery === 3.30.0 ; python_version < = '3.8'
4- google-cloud-bigquery == 3.37 .0 ; python_version >= '3.9'
4+ google-cloud-bigquery == 3.38 .0 ; python_version >= '3.9'
55pyarrow === 12.0.1 ; python_version == '3.7'
66pyarrow === 17.0.0 ; python_version == '3.8'
77pyarrow == 21.0.0 ; python_version >= '3.9'
You can’t perform that action at this time.
0 commit comments