aboutsummaryrefslogtreecommitdiffstats
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2025-04-08 12:57:10 +0100
committerGravatar wookie184 <[email protected]>2025-04-08 12:57:10 +0100
commita06ffa61665f89d1344ea592cdc2e874f00b57dd (patch)
tree48acca4a11f5b28265a7a6b39236b873bc3977a8 /.gitpod.yml
parentUse enum.member instead of functools.partial workaround (diff)
Update project to Python 3.13
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml2
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"