Skip to content

Drop Python 2.6 support and add 3.7

Marco Clemencic requested to merge update-python-version into master

PIP requires Python 2.7, so it is not possible to test using anything prior to that.

Python 3.7 has been out for a while, so we can test against it.

Merge request reports