From 9f20afe9cce98185bfeb89be1cc205976538b7da Mon Sep 17 00:00:00 2001 From: James McTavish Date: Fri, 9 Apr 2021 10:24:18 -0700 Subject: [PATCH] Update readme to indicate support for Python 3.9 PiperOrigin-RevId: 367657091 Change-Id: I2b66dac0f86688cac47410c6954354e593e6fab9 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29679ae..836a7ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Python Cloud Debugger Agent Google [Cloud Debugger](https://cloud.google.com/debugger/) for Python 2.7, -Python 3.6, Python 3.7 and Python 3.8. +Python 3.6, Python 3.7, Python 3.8 and Python 3.9. ## Overview @@ -28,7 +28,7 @@ tested on Debian Linux, but it should work on other distributions as well. Cloud Debugger consists of 3 primary components: 1. The Python debugger agent (this repo implements one for CPython 2.7, 3.6, - 3.7 and 3.8). + 3.7, 3.8 and 3.9). 2. Cloud Debugger service storing and managing snapshots/logpoints. Explore the APIs using [APIs Explorer](https://cloud.google.com/debugger/api/reference/rest/). @@ -82,8 +82,8 @@ sudo apt-get -y -q --no-install-recommends install \ ### Python 3 -There is support for Python 3.6, Python 3.7 and Python 3.8. Python 3.0 to 3.5 -are not supported, and newer versions have not been tested. +There is support for Python 3.6, Python 3.7, Python 3.8 and Python 3.9. Python +3.0 to 3.5 are not supported, and newer versions have not been tested. To build for Python 3.x (x in [6-8]), the `python3.x` and `python3.x-dev` packages are additionally needed. If Python 3.x is not the default version of