From 2db4ec16665c9df5e919a6d3fe52229abe5da8db Mon Sep 17 00:00:00 2001 From: sonny Date: Sat, 11 Feb 2023 21:23:00 +0100 Subject: [PATCH] Update default python version --- tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.yml b/tasks.yml index 7c33ae0..73d6c0d 100644 --- a/tasks.yml +++ b/tasks.yml @@ -31,7 +31,7 @@ poetry_user_path: '{{ path_stats.stdout }}' - name: set default venv python version - command: 'poetry env use python3.7' + command: 'poetry env use python3.9' args: chdir: '{{ app_dir }}' environment: