Browse Source

Check python 3.5 in setup.py

main
nibrag 7 years ago
parent
commit
83ab409796
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      setup.py

+ 2
- 2
setup.py View File

@@ -19,8 +19,8 @@ with codecs.open(os.path.join(os.path.abspath(os.path.dirname(
raise RuntimeError('Unable to determine version.')


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


setup(


Loading…
Cancel
Save