File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ language: python
33
44python :
55 - " 2.7"
6- - " 3.3"
76 - " 3.4"
87 - " 3.5"
98 - " 3.6"
9+ - " 3.7"
1010
1111install : pip install tox-travis coveralls nose
1212script : tox
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ def readme():
2121 "Programming Language :: Python :: 2" ,
2222 "Programming Language :: Python :: 2.7" ,
2323 "Programming Language :: Python :: 3" ,
24- "Programming Language :: Python :: 3.3" ,
2524 "Programming Language :: Python :: 3.4" ,
2625 "Programming Language :: Python :: 3.5" ,
2726 "Programming Language :: Python :: 3.6" ,
27+ "Programming Language :: Python :: 3.7" ,
2828 "Programming Language :: Python :: Implementation :: CPython" ,
2929 "License :: OSI Approved :: MIT License" ,
3030 "Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments