Solus is currently on python 3.9, so the only interpreter version available is 3.9. However, a lot of developers need to work on projects that need other versions of python interpreter.
I am wondering if we can provide python interpreters of version 3.6, 3.7, and 3.8. I understand that Solus usually only provides a single version of a piece of software. I am requesting here only the interpreter itself. We don't need to ship associated python packages for these python versions. This is extremely useful for python developers. They can use a given version of python interpreter to create virtual environments for their projects that requires a specific version of python. Or they can use it easily with other tools such as poetry to manage the dependencies.