Browse Source

Fixed: wrong error message

main
nibrag 8 years ago
parent
commit
d1bb9661fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -20,7 +20,7 @@ with codecs.open(os.path.join(os.path.abspath(os.path.dirname(


if sys.version_info < (3, 4, 0):
raise RuntimeError("aiosocks requires Python 3.5.1+")
raise RuntimeError("aiosocks requires Python 3.4+")


setup(


Loading…
Cancel
Save