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 fd082d8 commit 9f74ea7Copy full SHA for 9f74ea7
setup.py
@@ -75,7 +75,7 @@ def get_install_requirements(path):
75
setup(name='confluent-kafka',
76
# Make sure to bump CFL_VERSION* in confluent_kafka/src/confluent_kafka.h
77
# and version in docs/conf.py.
78
- version='2.0.0rc4.dev1',
+ version='2.0.0rc4.dev3',
79
description='Confluent\'s Python client for Apache Kafka',
80
author='Confluent Inc',
81
author_email='support@confluent.io',
tools/wheels/build-wheels.sh
@@ -52,7 +52,7 @@ esac
52
53
$this_dir/install-librdkafka.sh $librdkafka_version dest
54
55
-install_pkgs=cibuildwheel==2.11.2
+install_pkgs=cibuildwheel==2.12.0
56
57
python3 -m pip install ${PIP_INSTALL_OPTS} $install_pkgs ||
58
pip3 install ${PIP_INSTALL_OPTS} $install_pkgs
0 commit comments