Skip to content

Commit c52d9a1

Browse files
Update setup.py
1 parent 9db1699 commit c52d9a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
# more options depends on python version
4747
if float(sys.version[:3]) <= 2.6:
4848
print("Sorry, We do recommand that you shoud move to a new version fo python than Python3.5+ ")
49-
break
50-
elif float(sys.version[:3])==2.7:
49+
pass
50+
elif float(sys.version[:3]) == 2.7:
5151
print("Sorry, We do recommand that you shoud move to a new version fo python than Python3.5+ ")
5252
package_dir={PROG:'v2'}
5353
install_requires.append(["matplotlib == 2.0.2"])
5454

55-
elif float(sys.version[:3])>=3.5:
55+
elif float(sys.version[:3]) >= 3.5:
5656
package_dir={PROG:'v3'}
5757
install_requires.append(["matplotlib >= 2.0.2"])
5858

0 commit comments

Comments
 (0)