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

Make toml support implicit #93

Merged
merged 2 commits into from Jul 27, 2022
Merged

Make toml support implicit #93

merged 2 commits into from Jul 27, 2022

Conversation

JakobDev
Copy link
Contributor

Starting with 3.11 Python has a build-in library for parsing TOML, called tomllib. With this PR, tomli no longer needs to be installed when using python 3.11 to parse a pyproject.toml.

@JakobDev JakobDev requested a review from ssbarnea as a code owner July 26, 2022 09:39
@ssbarnea ssbarnea added the bug This issue/PR relates to a bug. label Jul 26, 2022
@ssbarnea
Copy link
Member

@JakobDev Can you please enable py311 testing before making this change? Take a look at https://github.com/ansible/ansible-compat/blob/main/.github/workflows/tox.yml#L119-L122 to get an idea about how to update GHA pipeline.

@JakobDev
Copy link
Contributor Author

I hope that was right

.github/workflows/tox.yml Outdated Show resolved Hide resolved
README.rst Outdated Show resolved Hide resolved
@ssbarnea ssbarnea changed the title Add support for tomllib Make toml support implicit Jul 27, 2022
@ssbarnea ssbarnea self-requested a review July 27, 2022 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants