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:
6
6
dist : trusty
7
7
python : " 2.7"
8
8
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
10
10
- os : linux
11
11
language : python
12
12
dist : trusty
13
13
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
15
15
# Source package verification with Python 3.5 and librdkafka master
16
16
- os : linux
17
17
language : python
18
18
dist : trusty
19
19
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
21
21
# cibuildwheel for osx
22
22
- os : osx
23
23
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
136
136
Prerequisites
137
137
=============
138
138
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)
141
141
142
142
librdkafka is embedded in the manylinux wheels, for other platforms or
143
143
when a specific version of librdkafka is desired, following these guidelines:
You can’t perform that action at this time.
0 commit comments