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

Replace the obsolete toml package with tomllib/tomli #40

Merged
merged 1 commit into from
May 19, 2023

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Jan 26, 2023

Use the modern tomllib module (in Python 3.11+) or its drop-in replacement tomli (for older Python versions) instead of the obsolete toml module. The latter is unmaintained and does not support TOML 1.0.

Use the modern `tomllib` module (in Python 3.11+) or its drop-in
replacement `tomli` (for older Python versions) instead of the obsolete
`toml` module.  The latter is unmaintained and does not support TOML
1.0.
@ccordoba12 ccordoba12 added this to the v1.3.0 milestone Jan 26, 2023
@haplo haplo merged commit 0a8e62f into python-lsp:master May 19, 2023
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