Skip to content

Commit

Permalink
Change Python runtime to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
davevad93 authored Nov 29, 2024
1 parent e4d4c61 commit 227f255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myproject/build_files.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# build_files.sh
pip install -r requirements.txt
python3.10 manage.py collectstatic --no-input --clear
python3.12 manage.py collectstatic --no-input --clear
2 changes: 1 addition & 1 deletion myproject/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"src": "myproject/wsgi.py",
"use": "@vercel/python",
"config": { "maxLambdaSize": "15mb", "runtime": "python3.10" }
"config": { "maxLambdaSize": "15mb", "runtime": "python3.12" }
},
{
"src": "build_files.sh",
Expand Down

0 comments on commit 227f255

Please sign in to comment.