Skip to content

Remove Python 3.6 from tox environments

Avielle Wolfe requested to merge 366304-aw-fix-python-template into master

What does this MR do and why?

This MR removes Python 3.6 from the list of tox environments in the Python.gitlab-ci.yml CI template. While setting up a test project for the template, it was noticed that the pipeline failed because the template uses the latest Python image, but configures tox to use a py36 environment.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #366304 (closed)

Merge request reports