You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Makefiles use Procfile and some use Dockerfile to deploy.
The Dockerfiles are using Python 3.12 but most (if not all) of the code can run with Python 3.14. Update to Python 3.14, potentially simplify to use Procfile
Some Makefiles use
Procfileand some useDockerfileto deploy.The Dockerfiles are using Python 3.12 but most (if not all) of the code can run with Python 3.14. Update to Python 3.14, potentially simplify to use Procfile