From f860de5284e8ba7d0ed4171d9e5c5bef41f6b64d Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 2 Nov 2017 23:39:05 -0700 Subject: [PATCH] docs: Correctly document supported versions 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. --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 972d6cf8..17ee9246 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