@@ -118,7 +118,7 @@ def get_tag(self):
118118 author_email = "redshift-drivers@amazon.com" ,
119119 url = "https://github.com/aws/amazon-redshift-python-driver" ,
120120 license = "Apache License 2.0" ,
121- python_requires = ">=3.6 " ,
121+ python_requires = ">=3.7 " ,
122122 install_requires = open ("requirements.txt" ).read ().strip ().split ("\n " ),
123123 extras_require = optional_deps ,
124124 classifiers = [
@@ -127,12 +127,14 @@ def get_tag(self):
127127 "License :: OSI Approved :: BSD License" ,
128128 "Programming Language :: Python" ,
129129 "Programming Language :: Python :: 3" ,
130- "Programming Language :: Python :: 3.6" ,
131130 "Programming Language :: Python :: 3.7" ,
132131 "Programming Language :: Python :: 3.8" ,
133132 "Programming Language :: Python :: 3.9" ,
134133 "Programming Language :: Python :: 3.10" ,
135134 "Programming Language :: Python :: 3.11" ,
135+ "Programming Language :: Python :: 3.12" ,
136+ "Programming Language :: Python :: 3.13" ,
137+ "Programming Language :: Python :: 3.14" ,
136138 "Programming Language :: Python :: Implementation" ,
137139 "Programming Language :: Python :: Implementation :: CPython" ,
138140 "Programming Language :: Python :: Implementation :: Jython" ,
0 commit comments