Changes from Python 3.11 to Python 3.12ΒΆ

--- /home/docs/checkouts/readthedocs.org/user_builds/restrictedpython/checkouts/latest/docs/contributing/ast/python3_11.ast
+++ /home/docs/checkouts/readthedocs.org/user_builds/restrictedpython/checkouts/latest/docs/contributing/ast/python3_12.ast
@@ -1,8 +1,8 @@
--- Python 3.11 AST
+-- Python 3.12 AST
 -- ASDL's 4 builtin types are:
 -- identifier, int, string, constant
 
-module Python version "3.11"
+module Python version "3.12"
 {
     mod = Module(stmt* body, type_ignore* type_ignores)
         | Interactive(stmt* body)