typeshed-internal / stub_uploader

Scripts and actions to auto-upload typeshed stubs to PyPI
Apache License 2.0
21 stars 16 forks source link

Use tomli instead of toml #50

Closed hauntsaninja closed 2 years ago

hauntsaninja commented 2 years ago

tomli is actively maintained, supports TOML v1, is the basis for the stdlib's tomllib in 3.11