We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7574a6d commit fe88eb8Copy full SHA for fe88eb8
setup.py
@@ -70,6 +70,7 @@ def run(self):
70
"dbt-fabric~=1.7.2",
71
"pyodbc>=4.0.35,<5.1.0",
72
"azure-identity>=1.12.0",
73
+ "setup-tools~=63.0.3",
74
],
75
cmdclass={
76
"verify": VerifyVersionCommand,
@@ -85,6 +86,7 @@ def run(self):
85
86
"Programming Language :: Python :: 3.9",
87
"Programming Language :: Python :: 3.10",
88
"Programming Language :: Python :: 3.11",
89
+ "Programming Language :: Python :: 3.12",
90
91
project_urls={
92
"Setup & configuration": "https://docs.getdbt.com/reference/warehouse-profiles/mssql-profile", # noqa: E501
0 commit comments