File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1212# Matrix approach here due to: https://github.com/travis-ci/travis-ci/issues/9815
1313matrix :
1414 include :
15- - python : 3.4
16- dist : xenial
17- sudo : true
18- - python : 3.5
19- dist : xenial
20- sudo : true
2115 - python : 3.6
2216 dist : xenial
2317 sudo : true
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ def readme():
5858 # Specify the Python versions you support here. In particular, ensure
5959 # that you indicate whether you support Python 2, Python 3 or both.
6060 'Programming Language :: Python :: 3' ,
61- 'Programming Language :: Python :: 3.4' ,
62- 'Programming Language :: Python :: 3.5' ,
6361 'Programming Language :: Python :: 3.6' ,
6462 'Programming Language :: Python :: 3.7' ,
6563 ],
You can’t perform that action at this time.
0 commit comments