Skip to content

Commit

Permalink
Update required Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Feb 25, 2021
1 parent 92b01ff commit 10804a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def extract_metaitem(meta):
platforms=['Any'],
install_requires=requirements,
tests_require=requirements_testing,
python_requires='!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4',
python_requires='!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
keywords='machine learning, spam filter, support vector machine, spam, svm',
classifiers=[
'Intended Audience :: Developers',
Expand Down

2 comments on commit 10804a1

@abdullahselek
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abdullahselek
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.