mjsax commented on code in PR #13654: URL: https://github.com/apache/kafka/pull/13654#discussion_r1270108718
########## tests/kafkatest/version.py: ########## @@ -249,7 +250,3 @@ def get_version(node=None): # 3.5.x versions V_3_5_0 = KafkaVersion("3.5.0") LATEST_3_5 = V_3_5_0 - -# 3.6.x versions -V_3_6_0 = KafkaVersion("3.6.0") Review Comment: Yes -- 3.6.0 is not released yet. We should only need it after 3.6.0 is out. If you want to refer to current version it would be `DEV_VERSION` (ie, 3.6.0-SNAPSHOT). -- 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