Browse Source

Change minimal python version

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

+ 1
- 1
setup.py View File

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


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




Loading…
Cancel
Save