From 6c4c851875c8755692320d133332563aa8fd8853 Mon Sep 17 00:00:00 2001 From: Shy Ruparel Date: Sun, 24 Nov 2024 11:36:41 -0500 Subject: [PATCH] Update netlify.toml --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netlify.toml b/netlify.toml index e662ea8..639ff0c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -16,6 +16,8 @@ [build] functions = "netlify/functions/" MISE_VERBOSE=1 + environment = { PYTHON_VERSION = "3.8" } + [template.environment] DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres"