diff options
| author | Yuval Adam <_@yuv.al> | 2025-01-13 10:24:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 10:24:33 +0100 |
| commit | 79a76be4a7ace04ac80c5d050da1e8f14b1cffd3 (patch) | |
| tree | 0ed0cc81193350f1c2a902815fd84b2f571b25da /netlify.toml | |
| parent | 635034caf67d510d16f83c5f7eaf4c801845979b (diff) | |
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
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
