File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ environment:
1313 # The list here is complete (excluding Python 2.6, which
1414 # isn't covered by this document) at the time of writing.
1515
16- - PYTHON : " C:\\ Python35 "
17- - PYTHON : " C:\\ Python35 -x64"
16+ - PYTHON : " C:\\ Python36 "
17+ - PYTHON : " C:\\ Python36 -x64"
1818
1919install :
2020 # We need wheel installed to build wheels
Original file line number Diff line number Diff line change @@ -62,15 +62,14 @@ def read_file(fname, encoding="utf-8"):
6262 "Intended Audience :: Science/Research" ,
6363 "Programming Language :: Python" ,
6464 "Programming Language :: Python :: 3" ,
65- "Programming Language :: Python :: 3.5" ,
6665 "Programming Language :: Python :: 3.6" ,
6766 "Programming Language :: Python :: 3.7" ,
6867 "Natural Language :: English" ,
6968 "Topic :: Text Processing :: Linguistic" ,
7069 ],
7170 keywords = "textacy spacy nlp text processing linguistics" ,
7271 packages = find_packages (),
73- python_requires = ">=3.5 " ,
72+ python_requires = ">=3.6 " ,
7473 install_requires = INSTALL_REQUIRES ,
7574 extras_require = EXTRAS_REQUIRE ,
7675)
You can’t perform that action at this time.
0 commit comments