chia7712 commented on code in PR #17480: URL: https://github.com/apache/kafka/pull/17480#discussion_r1800485519
########## tests/docker/Dockerfile: ########## @@ -62,8 +62,8 @@ LABEL ducker.creator=$ducker_creator # Update Linux and install necessary utilities. RUN apt update && apt install -y sudo git netcat iptables rsync unzip wget curl jq coreutils openssh-server net-tools vim python3-pip python3-dev libffi-dev libssl-dev cmake pkg-config libfuse-dev iperf traceroute iproute2 iputils-ping && apt-get -y clean RUN python3 -m pip install -U pip==21.1.1; -# NOTE: ducktape 0.11.4 requires python3.9 -RUN pip3 install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 debugpy && pip3 install --upgrade "ducktape==0.11.4" +# NOTE: ducktape 0.12.0 requires python3.9 Review Comment: please update the comment: `NOTE: ducktape 0.12.0 supports py 3.9, 3.10, 3.11 and 3.12` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org