maedhroz commented on code in PR #3179:
URL: https://github.com/apache/cassandra/pull/3179#discussion_r1528859863
##########
.build/run-python-dtests.sh:
##########
@@ -74,7 +74,7 @@ if [ "${java_version}" -eq 17 ] && [[ "${target}" ==
"dtest-upgrade" ]] ; then
fi
python_version=$(python -V 2>&1 | awk '{print $2}' | awk -F'.' '{print
$1"."$2}')
-python_regx_supported_versions="^(3.8|3.9|3.10|3.11)$"
+python_regx_supported_versions="^(3.6|3.7|3.8|3.9|3.10|3.11)$"
Review Comment:
I think this bit just needs to be reverted.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]