Remove places that mentions Python 3.5 support due to EOL#166
Remove places that mentions Python 3.5 support due to EOL#166kezhenxu94 merged 1 commit intoapache:masterfrom
Conversation
Signed-off-by: Superskyyy <Superskyyy@outlook.com>
|
We can say 3.5 is EOL and is not in our test matrix, it works in versions prior to 1.0, but it may or may not work with the codebase evolves. |
Ok, I intend to swap existing string formatting( |
That's awesome. We can do that, and just say since 1.0 we don't support 3.5. |
|
As you said we will drop 3.5 supports, https://twitter.com/ASFSkyWalking/status/1439553219210792963. |
| ## Installation Requirements | ||
|
|
||
| SkyWalking Python Agent requires SkyWalking 8.0+ and Python 3.5+. | ||
| SkyWalking Python Agent requires SkyWalking 8.0+ and Python 3.6+. |
There was a problem hiding this comment.
OK, since the requirement here is version-ed, users should check the corresponding doc of their versions, this PR is good to me now
Seems 3.10 is out. @Superskyyy |
Will test Python 3.10 when officially releases next month.
Signed-off-by: Superskyyy Superskyyy@outlook.com