Version support for different languages
Not sure if this exists for Node and such, but i was wondering if there's a way to upgrade my python version from 3.x to 3.9+ for the Union operator as well as some other QoL stuff. Is there a reason most serverless hosts like railway and hop use older versions?
7 Replies
Project ID:
8663d565-6f92-4d59-956f-c65254f20c0e
8663d565-6f92-4d59-956f-c65254f20c0e
is it an LTS thing?
i dont know why node 16 and python 3.8 are the defaults, but you can change them, for python, read this
https://nixpacks.com/docs/providers/python#setup
Thanks!
and if you want a super specific language version my recommendation would be to use a Dockerfile
interesting
thanks!
no problem! I'm here if you have any more questions