File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ redshift_connector
77.. |PyPi | image :: https://img.shields.io/pypi/v/redshift_connector.svg?maxAge=432000&style=flat-square
88 :target: https://pypi.org/project/redshift_connector/
99
10- .. |Python Version | image :: https://img.shields.io/badge/python->=3.5 -brightgreen.svg
10+ .. |Python Version | image :: https://img.shields.io/badge/python->=3.6 -brightgreen.svg
1111 :target: https://pypi.org/project/redshift_connector/
1212
1313``redshift_connector `` is the Amazon Redshift connector for
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def get_tag(self):
9898 author_email = "redshift-drivers@amazon.com" ,
9999 url = "https://github.com/aws/amazon-redshift-python-driver" ,
100100 license = "Apache License 2.0" ,
101- python_requires = ">=3.5 " ,
101+ python_requires = ">=3.6 " ,
102102 install_requires = open ("requirements.txt" ).read ().strip ().split ("\n " ),
103103 extras_require = optional_deps ,
104104 classifiers = [
@@ -107,7 +107,6 @@ def get_tag(self):
107107 "License :: OSI Approved :: BSD License" ,
108108 "Programming Language :: Python" ,
109109 "Programming Language :: Python :: 3" ,
110- "Programming Language :: Python :: 3.5" ,
111110 "Programming Language :: Python :: 3.6" ,
112111 "Programming Language :: Python :: Implementation" ,
113112 "Programming Language :: Python :: Implementation :: CPython" ,
Original file line number Diff line number Diff line change 1111"""
1212THIS IS A MANUAL TEST REQUIRING LEADER NODE ACCESS ON A REDSHIFT CLUSTER
13131) Execute protocol_perf_test.sql, using a tool like psql, on your Redshift cluster
14- 2) Install Python>=3.5 on the leader node of your Redshift cluster and install redshift_connector
14+ 2) Install Python>=3.6 on the leader node of your Redshift cluster and install redshift_connector
15153) Hardcode user, password, password arguments for connect(...). Ensure host is set to 'localhost' and SSL is
1616 disabled.
17174) Execute this script from the leader node, the script will output performance results
You can’t perform that action at this time.
0 commit comments