Skip to content

Commit 5709f22

Browse files
committed
updating setup.py to remove 3.4 as supported
1 parent 6a9f377 commit 5709f22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,14 @@ def get_reqs(filename):
4242
long_description=long_description,
4343
long_description_content_type='text/markdown',
4444
install_requires=reqs,
45-
python_requires='>=3.4',
45+
python_requires='>=3.5',
4646
extras_require={
4747
"murmur": ["mmh3"],
4848
},
4949
classifiers=[
5050
"Intended Audience :: Developers",
5151
"Operating System :: OS Independent",
5252
"Topic :: Software Development",
53-
"Programming Language :: Python :: 3.4",
5453
"Programming Language :: Python :: 3.5",
5554
"Programming Language :: Python :: 3.6",
5655
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)