File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Install Python Dependencies
2727 uses : HassanAbouelela/actions/setup-python@setup-python_v1.6.0
2828 with :
29- python_version : " 3.12 "
29+ python_version : " 3.13 "
3030
3131 # Check all of our dev dependencies are compatible with the MIT license.
3232 # If you added a new dependencies that is being rejected,
Original file line number Diff line number Diff line change 11tasks :
22 - name : " Python Environment"
3- before : " pyenv install 3.12 && pyenv global 3.12 "
3+ before : " pyenv install 3.13 && pyenv global 3.13 "
44 init : " pip install poetry"
55 command : " export PIP_USER=false && poetry install && poetry run pre-commit install"
Original file line number Diff line number Diff line change 1- FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.12 -slim
1+ FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.13 -slim
22
33# Install dependencies
44WORKDIR /bot
You can’t perform that action at this time.
0 commit comments