You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the situation has significantly changed, I would humbly like to request support for configuration using pyproject.toml. Apologies for not contacting the maintainer privately as requested, but I believe this should be on the tracker so that the community can observe any discussion!
PEP 680 added tomllib to Python 3.11. Before that, equivalent library support is provided by the stable tomli.
Are there any other blockers for pyproject.toml support? If not, it appears that a patch would be quite short.
The text was updated successfully, but these errors were encountered:
NeilGirdhar
changed the title
234 Revisited now that concerns addressed?
Configuration file feature request revisited now that concerns addressed
Jul 31, 2022
describe the request
Now that the situation has significantly changed, I would humbly like to request support for configuration using pyproject.toml. Apologies for not contacting the maintainer privately as requested, but I believe this should be on the tracker so that the community can observe any discussion!
In #234, Aaron wrote that the two blockers are:
The problem with Pip is summarized in pypa/pip#6433 and pypa/pip#6434 and solved by pypa/pip#6442.
PEP 680 added
tomllib
to Python 3.11. Before that, equivalent library support is provided by the stabletomli
.Are there any other blockers for pyproject.toml support? If not, it appears that a patch would be quite short.
The text was updated successfully, but these errors were encountered: