From 3c22284964668134a07c46e576cee78f409c162e Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Wed, 4 Nov 2020 13:58:58 -0800 Subject: [PATCH 1/2] Update shipped wheels version --- pythonFiles/install_debugpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonFiles/install_debugpy.py b/pythonFiles/install_debugpy.py index cb21efd91927..e9361a6aeb3e 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 = ("cp37",) +DEBUGGER_PYTHON_VERSIONS = ("cp38",) def _contains(s, parts=()): From 55aea16e0a0d0a4b4f61283ccb3ddfda4a2770f0 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Wed, 4 Nov 2020 14:02:11 -0800 Subject: [PATCH 2/2] News item --- news/1 Enhancements/14614.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/1 Enhancements/14614.md diff --git a/news/1 Enhancements/14614.md b/news/1 Enhancements/14614.md new file mode 100644 index 000000000000..c17ca45c8ebb --- /dev/null +++ b/news/1 Enhancements/14614.md @@ -0,0 +1 @@ +Update shipped debugger wheels to python 3.8.