drop Python 3.5 support

This commit is contained in:
Dmitry Belyaev 2021-01-01 13:17:08 +03:00
parent 50f90925b8
commit e0b4e6c28a
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
3 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1

View File

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

View File

@ -22,7 +22,6 @@ setuptools.setup(
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',