Skip to content

Commit 8174a6c

Browse files
authored
Update shipped wheels version (#14615)
* Update shipped wheels version * News item
1 parent 7887500 commit 8174a6c

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)