from Hacker News

Ask HN: Python3.12 Hosting?

by cdcarter on 12/31/23, 7:55 PM with 2 comments

Does anybody know of a shared or budget host that actually supports python3.12?
  • by gkbrk on 12/31/23, 9:16 PM

    What is the budget? You can get a VM on AWS for ~3 USD a month. It can run Python 3.12. We cannot know if the hardware will be enough unless you give more details about the app and the traffic you expect to handle.

    You can also run your app in an AWS Lambda, which is essentially free when no one uses your app and charges you per request and by compute unit and time.

  • by eva_cananim on 12/31/23, 9:11 PM

    Presumably you want managed web hosting where someone else applies security updates?

    If you are willing to be a linux sysadmin then a VPS is incredibly cheap these days, but you are responsible for fixing security holes before the box gets hacked and keeping backups.