Remove support for Python 3.5

This commit is contained in:
ErikKalkoken
2020-03-21 13:16:42 +01:00
parent 32e0621b0a
commit 42948386ec
4 changed files with 5 additions and 17 deletions

View File

@@ -6,11 +6,6 @@ before_script:
- python -V
- pip install wheel tox
test-3.5-core:
image: python:3.5-buster
script:
- tox -e py35-core
test-3.6-core:
image: python:3.6-buster
script:
@@ -26,11 +21,6 @@ test-3.8-core:
script:
- tox -e py38-core
test-3.5-all:
image: python:3.5-buster
script:
- tox -e py35-all
test-3.6-all:
image: python:3.6-buster
script: