File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 run : |
3535 # for python3.11 (dear internet gods: we'll update to 3.13 or something in a year, i promise)
3636 sudo add-apt-repository ppa:deadsnakes/ppa
37- sudo apt install python3.11 python3.11 -venv
38- python3.11 -m pip install --upgrade pip
39- python3.11 -m venv venv
37+ sudo apt install python3.13 python3.13 -venv
38+ python3.13 -m pip install --upgrade pip
39+ python3.13 -m venv venv
4040 source ./venv/bin/activate
4141 pip install .
4242
Original file line number Diff line number Diff line change 1111
1212 - uses : actions/setup-python@v4
1313 with :
14- python-version : ' 3.11 '
14+ python-version : ' 3.13 '
1515
1616 - uses : actions/cache@v4
1717 id : cache
Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v4
88 - uses : chartboost/ruff-action@v1
99 with :
10- version : 0.6.9
10+ version : 0.15.12
You can’t perform that action at this time.
0 commit comments