diff --git a/setup.py b/setup.py index b07bdbe1..f2a627f5 100644 --- a/setup.py +++ b/setup.py @@ -18,12 +18,14 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', ], py_modules=["target_snowflake"], python_requires='>=3.7', install_requires=[ 'pipelinewise-singer-python==1.*', - 'snowflake-connector-python[pandas]==2.7.*', + 'snowflake-connector-python[pandas]==3.1.*', 'inflection==0.5.1', 'joblib==1.2.0', 'boto3==1.23.10',