Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Remove Python 3.5 from Travis CI build matrix
Browse files Browse the repository at this point in the history
We need to upgrade PyYAML from 5.1 to 5.4 in order to resolve a few
arbitrary code execution vulnerabilities. However version 5.4 of
PyYAML is not supported for Python 3.5. See the `python_requires`
argument in `setup.py` of PyYAML source code at
https://github.com/yaml/pyyaml/blob/5.4/setup.py#L295 to confirm this.

Further, Python 3.5 reached end-of-life in September 2020, so it is
okay for this project to not support Python 3.5 anymore. We will no
longer test this project with Python 3.5.
  • Loading branch information
susam committed May 15, 2021
1 parent a4c2b16 commit dd9ac33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down

0 comments on commit dd9ac33

Please sign in to comment.