diff options
author | David Arthur <mumrah@gmail.com> | 2013-10-03 12:59:21 -0400 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2013-10-03 13:00:05 -0400 |
commit | e39e05f8a50b7528a22fed99dc67d561cbd79c41 (patch) | |
tree | a2f877395c1c8062f9d35e752106274234d792de /README.md | |
parent | e898500ac6ce1ee1ef7d44b90b89c28b8a2c3c5d (diff) | |
download | kafka-python-e39e05f8a50b7528a22fed99dc67d561cbd79c41.tar.gz |
Disable unit tests for 2.6, close #57
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ high-level consumer and producer classes. Request batching is supported by the protocol as well as broker-aware request routing. Gzip and Snappy compression is also supported for message sets. -Compatible with Apache Kafka 0.8.1 +Compatible with Python 2.6+ and Apache Kafka 0.8.1 http://kafka.apache.org/ |