File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
14- - name : Set up Python 3.10
13+ - uses : actions/checkout@v5
14+ - name : Set up Python 3.11
1515 uses : actions/setup-python@v5
1616 with :
17- python-version : ' 3.10 '
17+ python-version : ' 3.11 '
1818 - name : Build wheel and source tarball
1919 run : |
2020 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 88
99 steps :
1010 - uses : actions/checkout@v4
11- - name : Set up Python 3.10
11+ - name : Set up Python 3.11
1212 uses : actions/setup-python@v5
1313 with :
14- python-version : 3.10
14+ python-version : 3.11
1515 - name : Install dependencies
1616 run : |
1717 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments