diff options
author | 2025-04-19 11:44:03 +0100 | |
---|---|---|
committer | 2025-04-19 11:44:03 +0100 | |
commit | 1bb852d61b9828e19fbfc95c71b05e6670bb8da4 (patch) | |
tree | 48acca4a11f5b28265a7a6b39236b873bc3977a8 /.gitpod.yml | |
parent | Fix emoji replacement in UwU cog (#1634) (diff) | |
parent | Update project to Python 3.13 (diff) |
Merge pull request #1670 from python-discord/python-313-upgrade
Update sir-lancebot to Python 3.13
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 3d010d1a..bf798c72 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - name: "Python Environment" - before: "pyenv install 3.12 && pyenv global 3.12" + before: "pyenv install 3.13 && pyenv global 3.13" init: "pip install poetry" command: "export PIP_USER=false && poetry install && poetry run pre-commit install" |