diff --git a/setup.py b/setup.py index 5022fcb853..a29a1c33c2 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ url = "http://nltk.org/", long_description = """\ The Natural Language Toolkit (NLTK) is a Python package for -natural language processing. NLTK requires Python 2.7, or 3.4+.""", +natural language processing. NLTK requires Python 2.7, 3.4, or 3.5.""", license = "Apache License, Version 2.0", keywords = ['NLP', 'CL', 'natural language processing', 'computational linguistics', 'parsing', 'tagging',