Skip to content

Remove support for python 3.5

Rohit Kothur requested to merge rkothur/bye-bye-python-3-5 into master

Description

This MR removes support and testing for Python3.5, which reaches end-of-life in 9 months. This change was proposed on the mailing list.

Changes proposed in this merge request:

  • Make setuptools enforce a Python 3.6+ build.
  • Change the CI image to a 3.6 image and remove Python 3.5 from the tox environment.
  • Fix some comments that described a feature introduced in Python 3.4 as being introduced in Python 3.5.

Validation

Ensure that BuildGrid no longer builds with a Python version lower than 3.6.

This merge request, when merged, will address issue/bug:

https://lists.buildgrid.build/pipermail/buildgrid/2019-November/000158.html

Merge request reports

Loading