mathesar
mathesar copied to clipboard
Add support for Python versions 3.10 and above
Problem
We currently publish supporting only python 3.9 in our build from source documentation and all of our docker images are published using the same. This is a problem since modern Debian versions now ship with Python 3.10+ natively installed.
Proposed solution
We should support Python versions from 3.9 all the way till 3.12(The latest Python version supported by Django)