File tree Expand file tree Collapse file tree 4 files changed +223
-492
lines changed
Expand file tree Collapse file tree 4 files changed +223
-492
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v2
19- - name : Set up Python 3.8
20- uses : actions/setup-python@v2
18+ - uses : actions/checkout@v4
19+ - name : Set up Python 3.12
20+ uses : actions/setup-python@v4
2121 with :
22- python-version : 3.8
22+ python-version : 3.12
2323 - name : Install dependencies
2424 run : |
2525 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 - name : Set up Python
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v4
1919 with :
20- python-version : ' 3.8 '
20+ python-version : 3.12
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ protobuf = "*"
1414requests = " *"
1515
1616[requires ]
17- python_version = " 3.8 "
17+ python_version = " 3.12 "
You can’t perform that action at this time.
0 commit comments