File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
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
@@ -24,11 +24,11 @@ jobs:
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
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 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
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
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
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
Original file line number Diff line number Diff line change 1
1
# samples/snippets should be runnable with no "extras"
2
- google-cloud-testutils==1.4.0
3
- pytest==8.3.2
2
+ google-cloud-testutils==1.6.4
3
+ pytest==8.4.1
Original file line number Diff line number Diff line change 1
- bigframes == 1.11.1
2
- polars == 1.3 .0
3
- pyarrow == 15 .0.0
1
+ bigframes == 2.17.0
2
+ polars == 1.33 .0
3
+ pyarrow == 21 .0.0
Original file line number Diff line number Diff line change 1
1
# samples/snippets should be runnable with no "extras"
2
- google-cloud-testutils==1.4.0
3
- pytest==8.3.2
2
+ google-cloud-testutils==1.6.4
3
+ pytest==8.4.1
Original file line number Diff line number Diff line change 1
1
# samples/snippets should be runnable with no "extras"
2
- bigframes == 1.11.1
2
+ bigframes == 2.17.0
You can’t perform that action at this time.
0 commit comments