Skip to content

Commit

Permalink
fix python (#356)
Browse files Browse the repository at this point in the history
* Try using uv

* bump env

* try again

* revert

* i dont need uv
  • Loading branch information
yefim authored Nov 25, 2024
1 parent 96f82f6 commit de670f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
party
3.10.0
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
MISE_VERBOSE=1
command = "python freeze.py"
publish = "app/build"
environment = { PYTHON_VERSION = "3.8" }
environment = { PYTHON_VERSION = "3.10.0" }


[template.environment]
Expand Down

0 comments on commit de670f4

Please sign in to comment.