We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad1dbe commit 8d66ff8Copy full SHA for 8d66ff8
.appveyor.yml
@@ -1,6 +1,6 @@
1
environment:
2
global:
3
- LIBRDKAFKA_NUGET_VERSION: 1.4.0-RC7
+ LIBRDKAFKA_NUGET_VERSION: 1.4.0
4
CIBW_SKIP: cp33-* cp34-*
5
CIBW_TEST_REQUIRES: pytest pytest-timeout requests trivup
6
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
.travis.yml
env:
- - LIBRDKAFKA_VERSION=v1.4.0-RC7
+ - LIBRDKAFKA_VERSION=v1.4.0
jobs:
include:
# Source package verification with Python 2.7
0 commit comments