File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ language: python
33dist : xenial
44
55python :
6- - ' 3.4'
7- - ' 3.5'
86 - ' 3.6'
97 - ' 3.7'
108
Original file line number Diff line number Diff line change 5252 'Natural Language :: English' ,
5353 'Operating System :: OS Independent' ,
5454 'Programming Language :: Python' ,
55- 'Programming Language :: Python :: 3.4' ,
56- 'Programming Language :: Python :: 3.5' ,
5755 'Programming Language :: Python :: 3.6' ,
5856 'Programming Language :: Python :: 3.7' ,
5957 'Topic :: Database' ,
@@ -153,7 +151,7 @@ def get_description_type(path=PKG_DESCRIBE):
153151 "console_scripts" : [],
154152 },
155153 "install_requires" : list (get_requires ()),
156- "python_requires" : ">=3.4 , <4" ,
154+ "python_requires" : ">=3.6 , <4" ,
157155 "setup_requires" :["pytest-runner" ],
158156 "tests_require" :["pytest" ],
159157}
You can’t perform that action at this time.
0 commit comments