Skip to content

Commit 58fe8ef

Browse files
committed
Bump Python version
1 parent c293a48 commit 58fe8ef

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="5.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)