Add support for Python 3.9, drop EOL 3.5 (#477)

This commit is contained in:
Hugo van Kemenade
2020-10-30 19:01:48 +02:00
committed by GitHub
parent 5fa4496f9d
commit 8c5404591b
18 changed files with 81 additions and 40 deletions
+2 -2
View File
@@ -33,12 +33,12 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
python_requires='>=3.5',
python_requires='>=3.6',
extras_require={
'all': ['markuppy', 'odfpy', 'openpyxl>=2.6.0', 'pandas', 'pyyaml', 'tabulate', 'xlrd', 'xlwt'],
'cli': ['tabulate'],