diff options
author | 2025-04-08 12:57:10 +0100 | |
---|---|---|
committer | 2025-04-08 12:57:10 +0100 | |
commit | a06ffa61665f89d1344ea592cdc2e874f00b57dd (patch) | |
tree | 48acca4a11f5b28265a7a6b39236b873bc3977a8 /.gitpod.yml | |
parent | Use enum.member instead of functools.partial workaround (diff) |
Update project 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" |