masonite
masonite copied to clipboard
Add support for Python 3.12
Is your feature request related to a problem?
Python 3.12 is the default Python version for the current Ubuntu LTS version (24.04). Running Masonite involves installing an older version which needs to be done carefully to avoid compromising the OS
What do we currently have to do now?
Install an older version of Python on current LTS versions of Ubuntu and related Linux distros
Describe the solution you'd like
Update dependencies that are incompatible with Python 3.12
Describe alternatives you've considered
Installing an older version of Python Tried using UV to create a Virtual Environment with an older version of Python
Would this be a breaking change ?
- [ ] Yes
Anything else ?
No response