wazuh-documentation
wazuh-documentation copied to clipboard
Bump python version to 3.8 for all integrations of Cloud security
Python 3.7 Security Support ended in June 2023, so we need to mention in all integrations/wodles (Prerequisites section: Install dependencies from AWS, GCP, Azure, etc.) that the Python version must be 3.8 or higher.
As I talked with @Selutario we should disregard this issue for now and until we have a different path.
The wodles are native for Wazuh agents, and we cannot guarantee those OSs have a Python version 3.8 or superior since we give support to agents that area clearly beyond their EOL.
To be reverted here:
- https://github.com/wazuh/wazuh-documentation/pull/6408
As @fdalmaup suggested, eventually we will have to bump the version to avoid problems like this, where new versions of required dependencies do not support Python 3.7 any longer:
Reopening the issue and moving it to blocked until then.
Update
Removed the pyarrow_hotfix dependency from wazuh/wazuh and bumped the cloud services minimum Python version supported in the documentation.