mirror of https://github.com/explosion/spaCy.git
Add Python 3.7 to setup.py (resolves #2505)
This commit is contained in:
parent
63666af328
commit
83e88553d4
1
setup.py
1
setup.py
|
@ -222,6 +222,7 @@ def setup_package():
|
|||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Topic :: Scientific/Engineering'],
|
||||
cmdclass = {
|
||||
'build_ext': build_ext_subclass},
|
||||
|
|
Loading…
Reference in New Issue