Skip to content

Delete Python3.5 from CI config file

Hao Gao requested to merge delete-py35-ci into master

@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.

Merge request reports