We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7057df7 commit ba9aa5fCopy full SHA for ba9aa5f
.circleci/continue_config.yml
@@ -306,6 +306,7 @@ workflows:
306
- "3.10"
307
- "3.11"
308
- "3.12"
309
+ - "3.13"
310
- cicd_tests_windows
311
- engine_tests_docker:
312
name: engine_<< matrix.engine >>
pyproject.toml
@@ -65,7 +65,7 @@ dev = [
65
"dbt-clickhouse",
66
"dbt-databricks",
67
"dbt-redshift",
68
- "dbt-sqlserver>=1.7.0",
+ "dbt-sqlserver>=1.7.0;python_version<'3.13'",
69
"dbt-trino",
70
"Faker",
71
"google-auth",
@@ -79,6 +79,7 @@ dev = [
79
"pydantic",
80
"PyAthena[Pandas]",
81
"PyGithub>=2.6.0",
82
+ "pyodbc",
83
"pyperf",
84
"pyspark~=3.5.0",
85
"pytest",
0 commit comments