Skip to content

Commit

Permalink
Test Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Aug 9, 2023
1 parent 1888190 commit 594e082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ 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}-dbt-spark{11,12,13,14,15,16}
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}
isolated_build = true
skip_missing_interpreters = true

Expand Down

0 comments on commit 594e082

Please sign in to comment.