Skip to content

Commit fe88eb8

Browse files
author
Dean Johnson
committed
Update package for python 3.12 support
1 parent 7574a6d commit fe88eb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def run(self):
7070
"dbt-fabric~=1.7.2",
7171
"pyodbc>=4.0.35,<5.1.0",
7272
"azure-identity>=1.12.0",
73+
"setup-tools~=63.0.3",
7374
],
7475
cmdclass={
7576
"verify": VerifyVersionCommand,
@@ -85,6 +86,7 @@ def run(self):
8586
"Programming Language :: Python :: 3.9",
8687
"Programming Language :: Python :: 3.10",
8788
"Programming Language :: Python :: 3.11",
89+
"Programming Language :: Python :: 3.12",
8890
],
8991
project_urls={
9092
"Setup & configuration": "https://docs.getdbt.com/reference/warehouse-profiles/mssql-profile", # noqa: E501

0 commit comments

Comments
 (0)