mathesar-foundation / mathesar

Web application providing an intuitive user experience to databases.
https://mathesar.org/
GNU General Public License v3.0
2.29k stars 317 forks source link

Add support for Python versions 3.10 and above #3485

Closed Anish9901 closed 4 months ago

Anish9901 commented 4 months ago

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)