Skip to content

Commit 7caa2d3

Browse files
committed
Update shipped wheels version (microsoft#14615)
* Update shipped wheels version * News item
1 parent 1b41519 commit 7caa2d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/1 Enhancements/14614.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update shipped debugger wheels to python 3.8.

pythonFiles/install_debugpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
EXTENSION_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
1010
DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python")
1111
DEBUGGER_PACKAGE = "debugpy"
12-
DEBUGGER_PYTHON_VERSIONS = ("cp37",)
12+
DEBUGGER_PYTHON_VERSIONS = ("cp38",)
1313

1414

1515
def _contains(s, parts=()):

0 commit comments

Comments
 (0)