File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
python-version : [
12
- 3.5,
13
12
3.6,
14
13
3.7,
15
14
3.8,
Original file line number Diff line number Diff line change 5
5
# Introduction
6
6
7
7
This package provides a client interface to query [ Trino] ( https://trino.io/ )
8
- a distributed SQL engine. It supports Python>=3.5 and pypy.
8
+ a distributed SQL engine. It supports Python>=3.6 and pypy.
9
9
10
10
# Installation
11
11
Original file line number Diff line number Diff line change 59
59
"Operating System :: Microsoft :: Windows" ,
60
60
"Programming Language :: Python" ,
61
61
"Programming Language :: Python :: 3" ,
62
- "Programming Language :: Python :: 3.5" ,
63
62
"Programming Language :: Python :: 3.6" ,
64
63
"Programming Language :: Python :: 3.7" ,
65
64
"Programming Language :: Python :: 3.8" ,
68
67
"Programming Language :: Python :: Implementation :: PyPy" ,
69
68
"Topic :: Database :: Front-Ends" ,
70
69
],
71
- python_requires = '>=3.5 ' ,
70
+ python_requires = '>=3.6 ' ,
72
71
install_requires = ["click" , "requests" ],
73
72
extras_require = {
74
73
"all" : all_require ,
You can’t perform that action at this time.
0 commit comments