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

feat: use tomllib for Python 3.11+ #208

Merged
merged 3 commits into from
May 17, 2023
Merged

feat: use tomllib for Python 3.11+ #208

merged 3 commits into from
May 17, 2023

Conversation

weibullguy
Copy link
Member

Use tomllib to read pyproject.toml with Python >=3.11.

Closes #170

@weibullguy weibullguy added P: enhancement Feature that is outside the scope of PEP 257 C: stakeholder Relates to docformatter stakeholder requested behavior labels May 16, 2023
@weibullguy weibullguy marked this pull request as ready for review May 17, 2023 01:15
@weibullguy weibullguy merged commit f45a8e3 into master May 17, 2023
7 checks passed
@weibullguy weibullguy deleted the feat/issue_170 branch May 17, 2023 01:33
@weibullguy weibullguy added the S: merged Closed with work merged to repository label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: stakeholder Relates to docformatter stakeholder requested behavior P: enhancement Feature that is outside the scope of PEP 257 S: merged Closed with work merged to repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use tomllib on python3.11
1 participant