|
|
@@ -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",
|