Discontinue python 3.5 support (EOL reached)

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2020-09-14 13:25:03 +00:00
parent 23c3e62436
commit ae5bb15a5e
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ dist: xenial
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
@@ -18,6 +17,7 @@ env:
jobs:
allow_failures:
- python: "3.5"
- python: "3.9-dev"
include:
- python: 3.8