wazuh-documentation icon indicating copy to clipboard operation
wazuh-documentation copied to clipboard

Bump python version to 3.8 for all integrations of Cloud security

Open nico-stefani opened this issue 2 years ago • 3 comments

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.

nico-stefani avatar Jul 13 '23 16:07 nico-stefani

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.

davidjiglesias avatar Aug 31 '23 07:08 davidjiglesias

To be reverted here:

  • https://github.com/wazuh/wazuh-documentation/pull/6408

Selutario avatar Aug 31 '23 08:08 Selutario

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:

image

Reopening the issue and moving it to blocked until then.

Selutario avatar Feb 09 '24 12:02 Selutario

Update

Removed the pyarrow_hotfix dependency from wazuh/wazuh and bumped the cloud services minimum Python version supported in the documentation.

GGP1 avatar Mar 18 '24 14:03 GGP1