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 @@ -15,7 +15,7 @@ matrix:
15
15
env : TOXENV=python3.6
16
16
- python : pypy
17
17
env : TOXENV=pypy
18
- - python : 3.5
18
+ - python : 3.6
19
19
env : TOXENV=crosspython3
20
20
- python : 2.7
21
21
env : TOXENV=crosspython2
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ def get_version():
106
106
'Programming Language :: Python :: 2.6' ,
107
107
'Programming Language :: Python :: 2.7' ,
108
108
'Programming Language :: Python :: 3' ,
109
- 'Programming Language :: Python :: 3.3' ,
110
109
'Programming Language :: Python :: 3.4' ,
111
110
'Programming Language :: Python :: 3.5' ,
111
+ 'Programming Language :: Python :: 3.6' ,
112
112
],
113
113
keywords = 'setuptools deployment installation distutils' ,
114
114
author = 'Ian Bicking' ,
You can’t perform that action at this time.
0 commit comments