From ce7b3f7ce655f373565c9b35861f110bd6c08dc7 Mon Sep 17 00:00:00 2001 From: Steven Bird Date: Thu, 18 May 2017 06:26:43 +0930 Subject: [PATCH] update Python version support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',