Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 9f20afe

Browse files
mctavishcopybara-github
authored andcommitted
Update readme to indicate support for Python 3.9
PiperOrigin-RevId: 367657091 Change-Id: I2b66dac0f86688cac47410c6954354e593e6fab9
1 parent b3737e1 commit 9f20afe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Cloud Debugger Agent
22

33
Google [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.
2828
Cloud Debugger consists of 3 primary components:
2929

3030
1. 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).
3232
2. 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

8888
To build for Python 3.x (x in [6-8]), the `python3.x` and `python3.x-dev`
8989
packages are additionally needed. If Python 3.x is not the default version of

0 commit comments

Comments
 (0)