You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by aa...@apache.org on 2019/09/05 17:19:36 UTC

[pulsar] branch master updated: Update supported python osx version docs (#5020)

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

aahmed pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 1dacb63  Update supported  python osx version docs (#5020)
1dacb63 is described below

commit 1dacb630c73ba5eb0c05da564d58df497f4f7793
Author: Ali Ahmed <al...@gmail.com>
AuthorDate: Thu Sep 5 10:19:30 2019 -0700

    Update supported  python osx version docs (#5020)
---
 site2/docs/client-libraries-python.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/client-libraries-python.md b/site2/docs/client-libraries-python.md
index fc5ff28..2e93e96 100644
--- a/site2/docs/client-libraries-python.md
+++ b/site2/docs/client-libraries-python.md
@@ -22,7 +22,7 @@ Installation via PyPi is available for the following Python versions:
 
 Platform | Supported Python versions
 :--------|:-------------------------
-MacOS <br /> 10.11 (El Capitan) &mdash; 10.12 (Sierra) &mdash; <br /> 10.13 (High Sierra) &mdash; 10.14 (Mojave)  | 2.7, 3.7
+MacOS <br />  10.13 (High Sierra), 10.14 (Mojave) <br /> | 2.7, 3.7
 Linux | 2.7, 3.4, 3.5, 3.6, 3.7
 
 ### Installing from source