This repository was archived by the owner on Jan 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Python Cloud Debugger Agent
22
33Google [ Cloud Debugger] ( https://cloud.google.com/debugger/ ) for Python 2.7,
4- Python 3.6, Python 3.7 and Python 3.8 .
4+ Python 3.6, Python 3.7, Python 3.8 and Python 3.9 .
55
66## Overview
77
@@ -28,7 +28,7 @@ tested on Debian Linux, but it should work on other distributions as well.
2828Cloud Debugger consists of 3 primary components:
2929
30301 . The Python debugger agent (this repo implements one for CPython 2.7, 3.6,
31- 3.7 and 3.8 ).
31+ 3.7, 3.8 and 3.9 ).
32322 . Cloud Debugger service storing and managing snapshots/logpoints. Explore the
3333 APIs using
3434 [ APIs Explorer] ( https://cloud.google.com/debugger/api/reference/rest/ ) .
@@ -82,8 +82,8 @@ sudo apt-get -y -q --no-install-recommends install \
8282
8383### Python 3
8484
85- There is support for Python 3.6, Python 3.7 and Python 3.8. Python 3.0 to 3.5
86- are not supported, and newer versions have not been tested.
85+ There is support for Python 3.6, Python 3.7, Python 3.8 and Python 3.9. Python
86+ 3.0 to 3.5 are not supported, and newer versions have not been tested.
8787
8888To build for Python 3.x (x in [ 6-8] ), the ` python3.x ` and ` python3.x-dev `
8989packages are additionally needed. If Python 3.x is not the default version of
You can’t perform that action at this time.
0 commit comments