layup-list icon indicating copy to clipboard operation
layup-list copied to clipboard

upgrade to python 3.11+

Open jaismith opened this issue 1 year ago • 3 comments

upgrade python

LL runs on the deprecated heroku-18 stack, which is deprecated and can no longer be built for deployments. This is blocking all LL deployments.

We currently run python 2, which is not supported by any Heroku stacks beyond 18. To unblock deployments, we need to upgrade to python 3 (3.11+).

jaismith avatar Oct 25 '23 02:10 jaismith