Drop support for Python 3.5 (end-of-life)

This commit is contained in:
Unrud 2020-10-04 15:13:01 +02:00
parent 0e8949ff71
commit 571567a4ec
2 changed files with 2 additions and 3 deletions

View file

@ -76,7 +76,7 @@ setup(
extras_require={"test": tests_require,
"bcrypt": ["passlib[bcrypt]", "bcrypt"]},
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
python_requires=">=3.5.2",
python_requires=">=3.6.0",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
@ -86,7 +86,6 @@ setup(
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",