You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.7 has reached EOL and support is being dropped in the tooling required to maintain this repository e.g. black, pytest, support is likely to eventually be dropped in our runtime dependencies as well.
Since it is not easy to install an older version of ruff-lsp when using ruff-vscode, we'd like to retain 3.7 support for a bit longer.
We can pin developer tooling with little consequence. When runtime dependencies drop 3.7 support, we may need to investigate bundling multiple versions of the libraries to retain 3.7 support. If that is costly, we will need to choose between having outdated dependencies for all Python versions or dropping 3.7 support.
The text was updated successfully, but these errors were encountered:
Python 3.7 has reached EOL and support is being dropped in the tooling required to maintain this repository e.g.
black
,pytest
, support is likely to eventually be dropped in our runtime dependencies as well.Since it is not easy to install an older version of ruff-lsp when using ruff-vscode, we'd like to retain 3.7 support for a bit longer.
We can pin developer tooling with little consequence. When runtime dependencies drop 3.7 support, we may need to investigate bundling multiple versions of the libraries to retain 3.7 support. If that is costly, we will need to choose between having outdated dependencies for all Python versions or dropping 3.7 support.
The text was updated successfully, but these errors were encountered: