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
- uses : actions/setup-python@v5
13
+ uses : actions/setup-python@v6
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
- uses : actions/setup-python@v5
29
+ uses : actions/setup-python@v6
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
- uses : actions/setup-python@v5
13
+ uses : actions/setup-python@v6
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 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
- uses : actions/setup-python@v5
13
+ uses : actions/setup-python@v6
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
1
backoff===1.11.1; python_version < "3.7"
2
2
backoff==2.2.1; python_version >= "3.7"
3
3
pytest===7.4.3; python_version == '3.7'
4
- pytest==8.3 .2; python_version >= '3.8'
4
+ pytest==8.4 .2; python_version >= '3.8'
5
5
flaky==3.8.1
Original file line number Diff line number Diff line change 1
- google-cloud-datastore == 2.20 .0
1
+ google-cloud-datastore == 2.21 .0
Original file line number Diff line number Diff line change 1
1
pytest===7.4.3; python_version == '3.7'
2
- pytest==8.3 .2; python_version >= '3.8'
2
+ pytest==8.4 .2; python_version >= '3.8'
Original file line number Diff line number Diff line change 1
- google-cloud-datastore == 2.20 .0
1
+ google-cloud-datastore == 2.21 .0
You can’t perform that action at this time.
0 commit comments