summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2017-11-02 23:39:05 -0700
committerGitHub <noreply@github.com>2017-11-02 23:39:05 -0700
commitf860de5284e8ba7d0ed4171d9e5c5bef41f6b64d (patch)
tree5e3aa86b1bcfe48121e85ad78ed5b855e42fe01b
parent190b569e3bf02207abbcdafcb4baa3f5b1c9ede3 (diff)
downloadkazoo-correct-supported-versions-in-readme.tar.gz
docs: Correctly document supported versionscorrect-supported-versions-in-readme
Gevent support < 1.2 was dropped in https://github.com/python-zk/kazoo/commit/2e8dcd3836d01640f07e8de911cdfb3639f97d20 (and further tweaked in https://github.com/python-zk/kazoo/pull/483). Travis already tests the Zookeeper 3.5 series.
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 972d6cf..17ee924 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,9 +11,9 @@ Kazoo features:
* Data and Children Watchers
* Simplified Zookeeper connection state tracking
* Unified asynchronous API for use with greenlets or threads
-* Support for `gevent`_ 0.13 and `gevent`_ 1.0
+* Support for `gevent`_ >= 1.2
* Support for `eventlet`_
-* Support for Zookeeper 3.3 and 3.4 servers
+* Support for Zookeeper 3.3, 3.4, and 3.5 servers
* Integrated testing helpers for Zookeeper clusters
* Pure-Python based implementation of the wire protocol, avoiding all the
memory leaks, lacking features, and debugging madness of the C library