From ecad1f7b797701bb373c60fa4635dde62f07ba3b Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Sun, 2 Jul 2023 00:16:25 -0700 Subject: [PATCH] End of life notice --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d9cc838f..b5208bf1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# End of life + +This project is no longer maintained. + +Use the standard library `ast` module instead. +See https://github.com/python/typed_ast/issues/179. + # Typed AST [![Build Status](https://travis-ci.org/python/typed_ast.svg?branch=master)](https://travis-ci.org/python/typed_ast)