Remove Python 3.5 support.

This commit is contained in:
Rémy HUBSCHER 2020-04-24 09:42:17 +02:00
parent 9b706d7824
commit 40ef14bb11
No known key found for this signature in database
GPG key ID: A500E24B95405094
3 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,6 @@
sudo: false sudo: false
language: python language: python
python: python:
- "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8" - "3.8"

View file

@ -11,7 +11,6 @@ license = Custom BSD Beerware
classifiers = classifiers =
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8

View file

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py38,py37,py36,py35,docs,flake8,black envlist = py38,py37,py36,docs,flake8,black
skip_missing_interpreters = True skip_missing_interpreters = True
[testenv] [testenv]
@ -39,7 +39,6 @@ extend-ignore =
[travis] [travis]
python = python =
3.5: py35
3.6: py36 3.6: py36
3.7: py37 3.7: py37
3.8: py38, docs, black, flake8 3.8: py38, docs, black, flake8