You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/06/25 06:00:53 UTC

[skywalking-python] branch kezhenxu94-patch-1 created (now dabf3db)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git.


      at dabf3db  Add Python version requirement in the doc

This branch includes the following new commits:

     new dabf3db  Add Python version requirement in the doc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-python] 01/01: Add Python version requirement in the doc

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit dabf3db8007e08cefcdcccf3ccb4f96df171b3ca
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Jun 25 14:00:45 2020 +0800

    Add Python version requirement in the doc
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 67e372a..0c4b4ca 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ microservices, cloud native and container-based (Docker, Kubernetes, Mesos) arch
 
 ## Set up Python Agent
 
-SkyWalking Python SDK requires SkyWalking 8.0+.
+SkyWalking Python SDK requires SkyWalking 8.0+ and Python 3.5+.
 
 > If you want to try out the latest features that're not released yet, please refer to [the guide](docs/FAQ.md#q-how-to-build-from-sources) to build from sources.