From 79a76be4a7ace04ac80c5d050da1e8f14b1cffd3 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 13 Jan 2025 10:24:33 +0100 Subject: Migrate python project to uv (#77) * Migrate to uv * Fix github build workflow * Fix CI * Another build attempt fix * Use python 3.13 for all environments --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 netlify.toml (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..f260e43 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,2 @@ +[build] + environment = { PYTHON_VERSION = "3.13" } \ No newline at end of file -- cgit v1.3.1