pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
572 stars 44 forks source link

Python 3.11 Syntax Errors on switch statements #248

Closed rkk1995 closed 1 year ago

rkk1995 commented 1 year ago

I'm using Python-3.11 which has switch statements and I get syntax errors on files with them.

Repro:

  1. Any python file with switch statement.
  2. NVIM but not sure this matters.
  3. python and python3 are aliased to python3.11