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 6a9f377 commit 5709f22Copy full SHA for 5709f22
setup.py
@@ -42,15 +42,14 @@ def get_reqs(filename):
42
long_description=long_description,
43
long_description_content_type='text/markdown',
44
install_requires=reqs,
45
- python_requires='>=3.4',
+ python_requires='>=3.5',
46
extras_require={
47
"murmur": ["mmh3"],
48
},
49
classifiers=[
50
"Intended Audience :: Developers",
51
"Operating System :: OS Independent",
52
"Topic :: Software Development",
53
- "Programming Language :: Python :: 3.4",
54
"Programming Language :: Python :: 3.5",
55
"Programming Language :: Python :: 3.6",
56
"Programming Language :: Python :: 3.7",
0 commit comments