mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
|
'Programming Language :: Python :: 3.7',
|
||||||
'Topic :: Scientific/Engineering'],
|
'Topic :: Scientific/Engineering'],
|
||||||
cmdclass = {
|
cmdclass = {
|
||||||
'build_ext': build_ext_subclass},
|
'build_ext': build_ext_subclass},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user