Browse Source

fix setup: python version

Bastien Sevajol 6 years ago
parent
commit
cb1529c366
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py View File

@@ -22,7 +22,7 @@ tests_require = [
22 22
 ] + cocos2d_require
23 23
 
24 24
 
25
-if sys.version_info.major == 3 and sys.version_info.major == 4:
25
+if sys.version_info.major == 3 and sys.version_info.minor == 4:
26 26
     install_requires.append('typing')
27 27
 
28 28
 setup(