Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

Upgrade to Python 3.12 #462

Open theskumar opened 1 year ago

theskumar commented 1 year ago

The current setup is Python 3.9 and now that the stable release of Python 3.11 is out we should upgrade the setup to 3.11. Primarily, due to the fact that 3.11 is much faster, compared to older versions.