Cancel support Python earlie 3.5

This commit is contained in:
Evgeny Ezhov 2020-01-29 22:34:16 -08:00
parent 8c7ee2e372
commit fe4e56caad
2 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,8 @@ services:
- docker
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

View file

@ -51,7 +51,7 @@ setup(
name='webdavclient3',
version=version,
packages=find_packages(),
requires=['python (>= 2.7.6)'],
requires=['python (>= 3.3.0)'],
install_requires=['requests', 'lxml', 'python-dateutil'],
scripts=['wdc'],
test_suite='tests',
@ -73,7 +73,8 @@ setup(
'Operating System :: MacOS',
'Operating System :: Microsoft',
'Operating System :: Unix',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Internet',