There was an error while loading. Please reload this page.
1 parent 02e513f commit 4bd76dbCopy full SHA for 4bd76db
1 file changed
setup.py
@@ -42,15 +42,14 @@ def main():
42
'cli4=cli4.__main__:main'
43
]
44
},
45
- python_requires='>3.5.0',
+ python_requires='>3.6.0',
46
classifiers=[
47
'Development Status :: 5 - Production/Stable',
48
'Intended Audience :: Developers',
49
'Topic :: Software Development :: Libraries :: Python Modules',
50
'License :: OSI Approved :: MIT License',
51
'Programming Language :: Python',
52
'Programming Language :: Python :: 3',
53
- 'Programming Language :: Python :: 3.5',
54
'Programming Language :: Python :: 3.6',
55
'Programming Language :: Python :: 3.7',
56
'Programming Language :: Python :: 3.8',
0 commit comments