Delete Python3.5 from CI config file
@inducer mentioned:
python3.5 -m venv got broken by a recent OS update
3.6 is the minimum version for which we can meaningfully run CI
Since there is an identical test case of Python3.6, the MR deletes the Python3.5 from CI config file.