confluentinc / ducktape

System integration and performance tests
12 stars 93 forks source link

Removed support for python 3.6 #269

Closed ivandasch closed 3 years ago

ivandasch commented 3 years ago

Recently discovered, that support for python 3.6 is removed. Checked locally -- all tests run flawlessly without any problem.

Our testing environment use 3.6, but we cannot use 0.8.2 version of ducktape from pip.

stan-is-hate commented 3 years ago

@ivandasch gotcha, let me fix this today - I think py36 support was removed by accident, apologies

stan-is-hate commented 3 years ago

Version 0.8.3 has been uploaded to pypi

stan-is-hate commented 3 years ago

ugh, I've mixed up the branches, 0.8.3 doesn't contain your fix. Let me fix it properly this time

stan-is-hate commented 3 years ago

Ok, it should be good now, v0.8.4 is up there and should support py36. Please let me know if you run into any issues and sorry for the confusion!

ivandasch commented 3 years ago

@stan-confluent Thanks a lot for your help. But we already decided to move to python 3.8, but for someone this will be valuable.

stan-is-hate commented 3 years ago

@ivandasch no worries, please let us know if you run into any other issues.

ewencp commented 3 years ago

Closing since this should be fixed in 0.8.4