Skip to content

Commit 47a25ea

Browse files
committed
Add note on Python 2.7 no longer being built
1 parent b67f23c commit 47a25ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
v1.8.0 is a maintenance release with the following fixes and enhancements:
66

7+
- **Python 2.7 binary wheels are no longer provided.**
8+
Users still on Python 2.7 will need to build confluent-kafka from source
9+
and install librdkafka separately, see [README.md](README.md#Prerequisites)
10+
for build instructions.
711
- Added `use.latest.version` and `skip.known.types` (Protobuf) to
812
the Serializer classes. (Robert Yokota, #1133).
913
- `list_topics()` and `list_groups()` added to AdminClient.

0 commit comments

Comments
 (0)