When checking pylsp --version the output gives the version of pylsp, but it would be very good to also see what python version it corresponds to.
Some more information I would like to know but don't know how to get currently:
- What python version is being considered for lint warnings? (Is this fixed or based on my project configuration in e.g. pyproject.toml?)
- what python version is the tool running? (depending on which version of pipx I installed it with?)
- what version are my installed pylsp plugins like
pylsp-mypy?
Background/Environment:
- Ubuntu 24.04 with system python version 2.12.3
- pipx installed python-lsp-server, version 1.14.0
- My python project using python 3.13.9
When checking
pylsp --versionthe output gives the version of pylsp, but it would be very good to also see what python version it corresponds to.Some more information I would like to know but don't know how to get currently:
pylsp-mypy?Background/Environment: