File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ matrix:
66 dist : trusty
77 python : " 2.7"
88 env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
9- # Source package verification with Python 2.7 and librdkafka v0.9.2
9+ # Source package verification with Python 2.7 and librdkafka v0.9.5
1010 - os : linux
1111 language : python
1212 dist : trusty
1313 python : " 2.7"
14- env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.9.2
14+ env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.9.5
1515 # Source package verification with Python 3.5 and librdkafka master
1616 - os : linux
1717 language : python
1818 dist : trusty
1919 python : " 3.5"
20- env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.9.2
20+ env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.9.5
2121 # cibuildwheel for osx
2222 - os : osx
2323 env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl master tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ https://github.com/edenhill/librdkafka/wiki/Broker-version-compatibility
136136Prerequisites
137137=============
138138
139- * Python >= 2.6 or Python 3.x
140- * [ librdkafka] ( https://github.com/edenhill/librdkafka ) >= 0.9.1 ( embedded in Linux wheels)
139+ * Python >= 2.7 or Python 3.x
140+ * [ librdkafka] ( https://github.com/edenhill/librdkafka ) >= 0.9.5 (latest release is embedded in wheels)
141141
142142librdkafka is embedded in the manylinux wheels, for other platforms or
143143when a specific version of librdkafka is desired, following these guidelines:
You can’t perform that action at this time.
0 commit comments