We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93ce22 commit a81224dCopy full SHA for a81224d
setup.py
@@ -38,6 +38,7 @@
38
],
39
setup_requires=setup_requires,
40
version=version,
41
+ python_requires='~=3.5',
42
classifiers=[
43
"Development Status :: 4 - Beta",
44
"License :: OSI Approved :: MIT License",
@@ -47,7 +48,6 @@
47
48
"Operating System :: POSIX :: Linux",
49
"Operating System :: MacOS :: MacOS X",
50
"Operating System :: POSIX :: SunOS/Solaris",
- "Programming Language :: Python :: 3.4",
51
"Programming Language :: Python :: 3.5",
52
"Programming Language :: Python :: 3.6",
53
"Programming Language :: Python :: 3.7",
0 commit comments