Skip to content

Commit

Permalink
docs: Correctly document supported versions
Browse files Browse the repository at this point in the history
Gevent support < 1.2 was dropped in 2e8dcd3 (and further tweaked in #483).

Travis already tests the Zookeeper 3.5 series.
  • Loading branch information
jeffwidman committed Nov 3, 2017
1 parent 190b569 commit f860de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f860de5

Please sign in to comment.