This repository was archived by the owner on Jul 5, 2023. It is now read-only.
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
typed-ast end of life? #170
Copy link
Copy link
Closed
Description
I suggest we officially end of life typed-ast:
- Officially stop support after Python 3.10 (i.e. close Compilation fails on Python 3.11 #167).
- Add recommendation to use
ast
on Python 3.8+ in the package'slong_description
and more prominently in theREADME
. - Add
< 3.11
topython_requires
.
We can keep maintaining it until 3.7 (or 3.10) reaches end of life, and improved ast
is generally available.
Metadata
Metadata
Assignees
Labels
No labels