Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 81a3c1a

Browse files
authored
Remove update process document (#177)
typed_ast will not be updated to support syntax past Python 3.8 as Python 3.8's ast module now incorporates the features of typed_ast.
1 parent 22ff262 commit 81a3c1a

File tree

2 files changed

+1
-147
lines changed

2 files changed

+1
-147
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ more information, see the `py2to3` docstring in
6969
Note: as these parsers consider type comments part of the grammar, incorrectly
7070
placed type comments are considered syntax errors.
7171

72-
## Updates and Releases
73-
To update `typed_ast` for new major Python releases, see [`update_process.md`](update_process.md).
72+
## Releases
7473

7574
To make a new `typed_ast` release, see [`release_process.md`](release_process.md).

update_process.md

-145
This file was deleted.

0 commit comments

Comments
 (0)