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

Adds support for pyproject.toml for python 3.11+ projects #1223

Closed
wants to merge 2 commits into from

Conversation

scuml
Copy link

@scuml scuml commented Dec 28, 2023

PEP 518 and PEP 621 have standardized the use of pyproject.toml for specifying build system requirements and project metadata. Now that python 3.11 has a toml parsing library, and especially because it's baked right into configparser, it is the right time to give the python community what it has been asking for, and include pyproject as a configuration option.

@sigmavirus24
Copy link
Member

See #813. We're not adding this support. Maybe I would reconsider if 3.11 were the minimum version we support given it's baked into configparser but for now, we can't rely on that and people will be confused why it doesn't work on different versions of Python (or has different behaviour on different versions).

@PyCQA PyCQA locked as resolved and limited conversation to collaborators Dec 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants