Skip to content

Commit 0330613

Browse files
authored
Merge pull request #486 from dbt-msft/python312
2 parents 6c2fa03 + 1cba2f2 commit 0330613

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests-sqlserver.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
integration-tests-sql-server:
1818
name: Regular
1919
strategy:
20-
fail-fast: false
2120
matrix:
22-
python_version: ["3.8", "3.9", "3.10", "3.11"]
21+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2322
msodbc_version: ["17", "18"]
2423
sqlserver_version: ["2017", "2019", "2022"]
2524
collation: ["SQL_Latin1_General_CP1_CS_AS", "SQL_Latin1_General_CP1_CI_AS"]

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Unit tests
1919
strategy:
2020
matrix:
21-
python_version: ["3.8", "3.9", "3.10", "3.11"]
21+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: read

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def run(self):
8585
"Programming Language :: Python :: 3.9",
8686
"Programming Language :: Python :: 3.10",
8787
"Programming Language :: Python :: 3.11",
88+
"Programming Language :: Python :: 3.12",
8889
],
8990
project_urls={
9091
"Setup & configuration": "https://docs.getdbt.com/reference/warehouse-profiles/mssql-profile", # noqa: E501

0 commit comments

Comments
 (0)