typeshed-internal / stub_uploader

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

Fix tests #10

Closed srittau closed 3 years ago

srittau commented 3 years ago

Use typed-ast instead of typing-extensions as "well-known" package, since typing-extensions are now considered part of the stdlib.

See https://github.com/python/typeshed/pull/5233.