File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
33 - " 2.7"
4- - " 3.2"
5- - " 3.3"
6- - " 3.4"
74 - " 3.5"
85 - " 3.6"
9- - " 3.7-dev"
6+ - " 3.7"
7+ - " 3.8"
8+ - " 3.9-dev"
109
1110# command to run tests
1211script : python setup.py test
Original file line number Diff line number Diff line change 1616 "License :: OSI Approved :: MIT License" ,
1717 "Programming Language :: Python" ,
1818 "Programming Language :: Python :: 2.7" ,
19- "Programming Language :: Python :: 3.2" ,
20- "Programming Language :: Python :: 3.3" ,
21- "Programming Language :: Python :: 3.4" ,
2219 "Programming Language :: Python :: 3.5" ,
2320 "Programming Language :: Python :: 3.6" ,
2421 "Programming Language :: Python :: 3.7" ,
22+ "Programming Language :: Python :: 3.8" ,
2523 "Topic :: Software Development :: Libraries" ,
2624 "Topic :: Text Processing" ,
2725 ],
You can’t perform that action at this time.
0 commit comments