From 9c17fb472f618e6e1f342374f09ae4e4030b90f4 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 19 Mar 2017 01:40:24 +0100 Subject: [PATCH] Add tag for spaCy v3.6 compatibility --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6d9257522..e61e42c95 100644 --- a/setup.py +++ b/setup.py @@ -261,6 +261,7 @@ def setup_package(): 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering'], cmdclass = { 'build_ext': build_ext_subclass},