clusterfuzz
clusterfuzz copied to clipboard
Support deployment from Python >3.7
Why supported python versions are 3.7, 3.8. 3.9 while I get following error?
"You can only deploy from Python 3.7. Install Python 3.7"
https://github.com/google/clusterfuzz/blob/master/src/local/butler/deploy.py#L428
I changed it manually to 3.8 and it worked correctly.
Hi,
Deployment is currently tied to Python 3.7 because our worker Docker images are on Python 3.7. I'll keep this bug open as a FR to support deploying from other versions of Python.
Thanks!