From d200c7147a107264034ae93eaeac7ea01db45561 Mon Sep 17 00:00:00 2001 From: Soof Golan <83900570+soof-golan@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:27:27 +0300 Subject: [PATCH] feat: add Python 3.12 keyword --- src/basic-languages/python/python.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/basic-languages/python/python.ts b/src/basic-languages/python/python.ts index 5aa542ec65..c9d43a4683 100644 --- a/src/basic-languages/python/python.ts +++ b/src/basic-languages/python/python.ts @@ -93,6 +93,7 @@ export const language = { 'raise', 'return', 'try', + 'type', // new in Python 3.12 'while', 'with', 'yield',