diff --git a/pythonFiles/install_debugpy.py b/pythonFiles/install_debugpy.py index e9361a6aeb3e..a74a860cbbf6 100644 --- a/pythonFiles/install_debugpy.py +++ b/pythonFiles/install_debugpy.py @@ -9,7 +9,7 @@ EXTENSION_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python") DEBUGGER_PACKAGE = "debugpy" -DEBUGGER_PYTHON_VERSIONS = ("cp38",) +DEBUGGER_PYTHON_VERSIONS = ("cp39",) def _contains(s, parts=()):