Skip to content

Commit 7006ae6

Browse files
authored
Merge branch 'master' into 535-Implement-Postgres-style-index-creation
2 parents c6fa11a + 0330613 commit 7006ae6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
publish-docker-client:
1313
strategy:
1414
matrix:
15-
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
15+
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1616
docker_target: ["msodbc17", "msodbc18"]
1717
runs-on: ubuntu-latest
1818
permissions:

.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)