From b07cd0e7fb2dbfb749ed031bccd1b6cf699d73ae Mon Sep 17 00:00:00 2001 From: Rishav Anand Date: Wed, 18 Dec 2024 00:35:05 +0530 Subject: [PATCH] Add Netlify configuration file with Python version set to 3.9 --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..9a38689 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,2 @@ +[build.environment] +PYTHON_VERSION = "3.9" \ No newline at end of file