Skip to content

Commit 543f2de

Browse files
authored
Merge pull request #25 from lasanthaS/4.x
Bump Python version
2 parents 3371580 + f781cf8 commit 543f2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def run(self):
4545
name="PySiddhi",
4646
version="4.0.0",
4747
packages=filtered_packages,
48-
python_requires='>=2.7, ~=3.5',
48+
python_requires='>=2.7, ~=3.7',
4949
install_requires=["requests","pyjnius", "future", "enum34 ; python_version<'4'"],
5050
package_data={
5151
"PySiddhi": ["../__PySiddhiProxy/target/lib/*.jar",

0 commit comments

Comments
 (0)