File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Set up Python
2525 uses : actions/setup-python@v4
2626 with :
27- python-version : ' 3.x '
27+ python-version : ' 3.12 '
2828 - name : Install dependencies
2929 run : |
3030 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 2424 - name : Set up Python
2525 uses : actions/setup-python@v4
2626 with :
27- python-version : ' 3.x '
27+ python-version : ' 3.12 '
2828 - name : Install dependencies
2929 run : |
3030 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1515 - name : Set up Python
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : ' 3.x '
18+ python-version : ' 3.12 '
1919 - name : Install dependencies
2020 run : |
2121 python -m pip install --upgrade pip
3333 - name : Set up Python
3434 uses : actions/setup-python@v4
3535 with :
36- python-version : ' 3.x '
36+ python-version : ' 3.12 '
3737 - name : Install dependencies
3838 run : |
3939 python -m pip install --upgrade pip
5555 - name : Set up Python
5656 uses : actions/setup-python@v4
5757 with :
58- python-version : ' 3.x '
58+ python-version : ' 3.12 '
5959 - name : Install dependencies
6060 run : |
6161 python -m pip install --upgrade pip
7373 - name : Set up Python
7474 uses : actions/setup-python@v4
7575 with :
76- python-version : ' 3.x '
76+ python-version : ' 3.12 '
7777 - name : Install dependencies
7878 run : |
7979 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1818 - name : Set up Python
1919 uses : actions/setup-python@v4
2020 with :
21- python-version : ' 3.x '
21+ python-version : ' 3.12 '
2222 - name : Install dependencies
2323 run : |
2424 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-22.04
1414 strategy :
1515 matrix :
16- python-version : ["3.9", "3.x "]
16+ python-version : ["3.9", "3.12 "]
1717
1818 steps :
1919 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments