davidhalter / jedi

Awesome autocompletion, static analysis and refactoring library for python
http://jedi.readthedocs.io
Other
5.73k stars 503 forks source link

Vendored `typeshed` is totally obsolete #2009

Open daskol opened 2 weeks ago

daskol commented 2 weeks ago

At the moment, vendored typeshed package knows only Python up to 3.9 whilst the trunk has support for Python 3.12 and many third party stubs.

davidhalter commented 2 weeks ago

Yes, I know, but it's kind of hard to update it. But definitely something we should look into changing!