I suggest we officially end of life typed-ast: * Officially stop support after Python 3.10 (i.e. close #167). * Add recommendation to use `ast` on Python 3.8+ in the package's `long_description` and more prominently in the `README`. * Add `< 3.11` to `python_requires`. We can keep maintaining it until 3.7 (or 3.10) reaches end of life, and improved `ast` is generally available.
I suggest we officially end of life typed-ast:
aston Python 3.8+ in the package'slong_descriptionand more prominently in theREADME.< 3.11topython_requires.We can keep maintaining it until 3.7 (or 3.10) reaches end of life, and improved
astis generally available.