File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
- name : Setup Python
13
13
uses : actions/setup-python@v5
14
14
with :
15
- python-version : " 3.10 "
15
+ python-version : " 3.13 "
16
16
- name : Install nox
17
17
run : |
18
18
python -m pip install --upgrade setuptools pip wheel
28
28
- name : Setup Python
29
29
uses : actions/setup-python@v5
30
30
with :
31
- python-version : " 3.10 "
31
+ python-version : " 3.13 "
32
32
- name : Install nox
33
33
run : |
34
34
python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 12
12
- name : Setup Python
13
13
uses : actions/setup-python@v5
14
14
with :
15
- python-version : " 3.8 "
15
+ python-version : " 3.13 "
16
16
- name : Install nox
17
17
run : |
18
18
python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 1
- google-cloud-testutils==1.6.2
1
+ google-cloud-testutils==1.6.4
2
2
pytest===7.4.3; python_version == '3.7'
3
3
pytest==8.3.5; python_version >= '3.8'
Original file line number Diff line number Diff line change 1
1
google-cloud-bigquery-storage == 2.31.0
2
2
google-cloud-bigquery === 3.30.0 ; python_version < = '3.8'
3
- google-cloud-bigquery == 3.31 .0 ; python_version >= '3.9'
3
+ google-cloud-bigquery == 3.33 .0 ; python_version >= '3.9'
Original file line number Diff line number Diff line change 1
- google-auth == 2.40.1
1
+ google-auth == 2.40.2
2
2
google-cloud-bigquery-storage == 2.31.0
3
3
google-cloud-bigquery === 3.30.0 ; python_version < = '3.8'
4
- google-cloud-bigquery == 3.31 .0 ; python_version >= '3.9'
4
+ google-cloud-bigquery == 3.33 .0 ; python_version >= '3.9'
5
5
pyarrow === 12.0.1 ; python_version == '3.7'
6
6
pyarrow === 17.0.0 ; python_version == '3.8'
7
7
pyarrow == 20.0.0 ; python_version >= '3.9'
You can’t perform that action at this time.
0 commit comments