Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropping Python 3.7 support #187

Open
zanieb opened this issue Jul 11, 2023 · 1 comment
Open

Dropping Python 3.7 support #187

zanieb opened this issue Jul 11, 2023 · 1 comment

Comments

@zanieb
Copy link
Member

zanieb commented Jul 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant