This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
The following commit(s) were added to refs/heads/master by this push: new 22ba15c Add Python version requirement in the doc (#24) 22ba15c is described below commit 22ba15c8f7261adc65e47ddffb7b1f4359e71877 Author: kezhenxu94 <kezhenx...@apache.org> AuthorDate: Thu Jun 25 14:43:16 2020 +0800 Add Python version requirement in the doc (#24) --- 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.