Skip to content

[15.0] Remove Temporary container for 3.9 python, set python 3.9 as default gemnasium-python analyzer

Proposal

Following the deprecation and removal announcement for python 3.9, we now need to:

  • remove the CI configuration that builds this image
  • switch default version of python to 3.9 instead of 3.6
  • update tests

NB: release post announcement is handled in a separate issue: #351503 (closed)

Implementation plan

This is a breaking change and should be released with the next Major version of the analyzer See #353974 (closed)

Testing

Integration tests and secure test projects to be updated

Edited by Fabien Catteau