-
-
Notifications
You must be signed in to change notification settings - Fork 475
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
pip is moving from toml to tomli pypa/pip#10035 coveragepy should consider following suit
- pip: Replace vendored
tomlwithtomlifor TOML v1.0.0 compat pypa/pip#10035 - build: Consider switching to TOML v1 compliant parser pypa/build#308
- black: Switch
tomlTOML library fortomlipsf/black#2301 - pytest: Support TOML v1.0.0 syntax in
pyproject.tomlpytest-dev/pytest#8857 - coveragepy: Support TOML v1.0.0 syntax in
pyproject.toml#1186 - setuptools_scm fix #585: switch to tomli pypa/setuptools-scm#586
- towncier swap toml with tomli twisted/towncrier#354
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request