Drop support for Python 3.5

This commit is contained in:
Simon Willison 2019-11-11 20:40:22 -08:00
commit 9ebc733c1c
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,6 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.5"
# Executed for 3.5 AND 3.5 as the first "test" stage:
script: