Skip to content

Commit

Permalink
Bump Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lasanthaS committed Jun 20, 2019
1 parent c0fffc0 commit f781cf8
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 @@ -45,7 +45,7 @@ def run(self):
name="PySiddhi",
version="4.0.0",
packages=filtered_packages,
python_requires='>=2.7, ~=3.5',
python_requires='>=2.7, ~=3.7',
install_requires=["requests","pyjnius", "future", "enum34 ; python_version<'4'"],
package_data={
"PySiddhi": ["../__PySiddhiProxy/target/lib/*.jar",
Expand Down

0 comments on commit f781cf8

Please sign in to comment.