Skip to content

Commit 60576e9

Browse files
CorCor
Cor
authored and
Cor
committed
Test dbt-spark 1.9.0
1 parent 20bea49 commit 60576e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

+4-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ spark_options =
7171

7272
[tox:tox]
7373
envlist =
74-
py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16,17,18}
75-
py3.11-dbt-spark{14,15,16,17,18} # Previous dbt-spark versions fail when using Python 3.11
74+
py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16,17,18,19}
75+
py3.11-dbt-spark{14,15,16,17,18,19} # Previous dbt-spark versions fail when using Python 3.11
7676
isolated_build = true
7777
skip_missing_interpreters = true
7878

@@ -95,6 +95,7 @@ deps =
9595
dbt-spark16: dbt-spark[ODBC]~=1.6.0
9696
dbt-spark17: dbt-spark[ODBC]~=1.7.0
9797
dbt-spark18: dbt-spark[ODBC]~=1.8.0
98+
dbt-spark18: dbt-spark[ODBC]~=1.9.0
9899
pip >= 19.3.1
99100
extras = test
100101
commands = pytest {posargs:tests}
@@ -116,6 +117,7 @@ deps =
116117
dbt-spark16: dbt-spark[ODBC]~=1.6.0
117118
dbt-spark17: dbt-spark[ODBC]~=1.7.0
118119
dbt-spark18: dbt-spark[ODBC]~=1.8.0
120+
dbt-spark19: dbt-spark[ODBC]~=1.9.0
119121
pip >= 19.3.1
120122
extras = test
121123
commands_pre = dbt deps --project-dir {toxinidir}/docs/source/_static/dbt_project --profiles-dir {toxinidir}/docs/source/_static/dbt_project

0 commit comments

Comments
 (0)