Skip to content

Make toml support implicit#93

Merged
ssbarnea merged 2 commits intoPyCQA:mainfrom
JakobDev:tomllib
Jul 27, 2022
Merged

Make toml support implicit#93
ssbarnea merged 2 commits intoPyCQA:mainfrom
JakobDev:tomllib

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

@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
@ssbarnea ssbarnea merged commit a3638de into PyCQA:main Jul 27, 2022
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.

2 participants