Skip to content

Commit 7574a6d

Browse files
author
Dean Johnson
committed
Update tests for python 3.12
1 parent 4a71ff6 commit 7574a6d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python_version: ["3.8", "3.9", "3.10", "3.11"]
20+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2121
msodbc_version: ["17", "18"]
2222
sqlserver_version: ["2017", "2019", "2022"]
2323
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
@@ -16,7 +16,7 @@ jobs:
1616
name: Unit tests
1717
strategy:
1818
matrix:
19-
python_version: ["3.8", "3.9", "3.10", "3.11"]
19+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2020
runs-on: ubuntu-latest
2121
permissions:
2222
contents: read

dev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ dbt-tests-adapter==1.7.2
77
dbt-fabric==1.7.2
88
flaky==3.7.0
99
pytest-xdist==3.5.0
10+
setuptools==69.0.3
1011
-e .

0 commit comments

Comments
 (0)