Skip to content

Commit

Permalink
Exclude dbt-spark v1.1, v1.2 and v1.3 for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Aug 9, 2023
1 parent bd49991 commit c2dc47f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ spark_options =
spark.sql.catalogImplementation: in-memory

[tox:tox]
envlist = py37-dbt-spark{11,12,13,14,15},py{3.8,3.9,3.10,3.11}-dbt-spark{11,12,13,14,15,16}
envlist =
py37-dbt-spark{11,12,13,14,15} # dbt-spark v1.6 does not support Python 3.7
py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16}
py11-dbt-spark{14,15,16} # Previous versions fail when using Python 3.11
isolated_build = true
skip_missing_interpreters = true

Expand Down

0 comments on commit c2dc47f

Please sign in to comment.