Remove Python 3.6 from tox environments
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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #366304 (closed)