Skip to content

Commit a1dbb77

Browse files
author
Dana Powers
committed
Update python version support in README
1 parent f806c24 commit a1dbb77

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ Copyright 2014, David Arthur under Apache License, v2.0. See `LICENSE`
2020

2121
# Status
2222

23-
The current version of this package is **0.9.2** and is compatible with
23+
The current stable version of this package is [**0.9.2**](https://github.com/mumrah/kafka-python/releases/tag/v0.9.2) and is compatible with
2424

2525
Kafka broker versions
2626
- 0.8.0
2727
- 0.8.1
2828
- 0.8.1.1
2929

3030
Python versions
31-
- 2.6.9
32-
- 2.7.6
33-
- pypy 2.2.1
31+
- 2.6 (tested on 2.6.9)
32+
- 2.7 (tested on 2.7.8)
33+
- pypy (tested on pypy 2.3.1 / python 2.7.6)
34+
- (Python 3.3 and 3.4 support has been added to trunk and will be available the next release)
3435

3536
# Usage
3637

0 commit comments

Comments
 (0)