Skip to content

Commit

Permalink
Merge pull request #25 from lasanthaS/4.x
Browse files Browse the repository at this point in the history
Bump Python version
  • Loading branch information
lasanthaS authored Jun 20, 2019
2 parents 3371580 + f781cf8 commit 543f2de
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 543f2de

Please sign in to comment.