Skip to content

Commit 79bd152

Browse files
committed
Chore: Enable testing for Python 3.13
1 parent 7057df7 commit 79bd152

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/continue_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ workflows:
306306
- "3.10"
307307
- "3.11"
308308
- "3.12"
309+
- "3.13"
309310
- cicd_tests_windows
310311
- engine_tests_docker:
311312
name: engine_<< matrix.engine >>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dev = [
6565
"dbt-clickhouse",
6666
"dbt-databricks",
6767
"dbt-redshift",
68-
"dbt-sqlserver>=1.7.0",
68+
"dbt-sqlserver>=1.7.0;python_version<'3.13'",
6969
"dbt-trino",
7070
"Faker",
7171
"google-auth",

0 commit comments

Comments
 (0)