GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

Install debugpy and add support for Python 3.9 #50

Closed briandealwis closed 3 years ago

briandealwis commented 3 years ago

Adds support for Python 3.9 (released Oct 5), and also installs debugpy.

Closes #42 Closes #49