Skip to content

Commit 19f5e15

Browse files
authored
revert
1 parent abf1b07 commit 19f5e15

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup Python
5656
uses: actions/setup-python@v6
5757
with:
58-
python-version: "3.14"
58+
python-version: "3.10"
5959
- name: Install nox
6060
run: |
6161
python -m pip install --upgrade setuptools pip wheel
@@ -85,7 +85,7 @@ jobs:
8585
- name: Setup Python
8686
uses: actions/setup-python@v6
8787
with:
88-
python-version: "3.14"
88+
python-version: "3.10"
8989
- name: Install nox
9090
run: |
9191
python -m pip install --upgrade setuptools pip wheel
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup Python
114114
uses: actions/setup-python@v6
115115
with:
116-
python-version: "3.14"
116+
python-version: "3.10"
117117
- name: Install nox
118118
run: |
119119
python -m pip install --upgrade setuptools pip wheel
@@ -143,7 +143,7 @@ jobs:
143143
- name: Setup Python
144144
uses: actions/setup-python@v6
145145
with:
146-
python-version: "3.14"
146+
python-version: "3.10"
147147
- name: Install nox
148148
run: |
149149
python -m pip install --upgrade setuptools pip wheel

packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ipython==9.10.0; python_version >= '3.11'
1313
ipywidgets==8.1.8
1414
pandas===1.3.5; python_version == '3.7'
1515
pandas===2.0.3; python_version == '3.8'
16-
pandas==3.0.1; python_version >= '3.9'
16+
pandas==2.3.3; python_version >= '3.9'
1717
tqdm==4.67.3
1818
db-dtypes===1.4.2; python_version <= '3.8'
1919
db-dtypes==1.5.0; python_version >= '3.9'

0 commit comments

Comments
 (0)