diff options
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" |