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

Implement entry points to allow extension/customization #41

Merged
merged 2 commits into from
Mar 25, 2025

Conversation

krassowski
Copy link
Member

  • Implement entry points to allow extension/customization
  • Require Python 3.7 to allow for the use of Protocol (via typing_extensions) - technically even Python 3.8 is EOL
  • Fix test coverage

@krassowski krassowski merged commit f443c2e into python-lsp:main Mar 25, 2025
8 checks passed
@krassowski krassowski deleted the support-entrypoints branch March 25, 2025 12:35
@polyzen
Copy link

polyzen commented Mar 26, 2025

It would be nice if this only required the backport libs for the relevant Python versions, and used the standard library for current versions.

@krassowski
Copy link
Member Author

@polyzen yes, that's fair, feel welcome to open a PR.

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

Successfully merging this pull request may close these issues.

3 participants