File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 - name : Setup Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
15- python-version : " 3.10 "
15+ python-version : " 3.14 "
1616 - name : Install nox
1717 run : |
1818 python -m pip install --upgrade setuptools pip wheel
@@ -24,11 +24,11 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828 - name : Setup Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
31- python-version : " 3.10 "
31+ python-version : " 3.14 "
3232 - name : Install nox
3333 run : |
3434 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 - name : Setup Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : " 3.14"
1616 - name : Install nox
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 - name : Setup Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : " 3.14"
1616 - name : Install nox
Original file line number Diff line number Diff line change 11backoff===1.11.1; python_version < "3.7"
22backoff==2.2.1; python_version >= "3.7"
33pytest===7.4.3; python_version == '3.7'
4- pytest==8.3.2 ; python_version >= '3.8'
4+ pytest==9.0.1 ; python_version >= '3.8'
55flaky==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 11pytest===7.4.3; python_version == '3.7'
2- pytest==8.3.2 ; python_version >= '3.8'
2+ pytest==9.0.1 ; 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