Skip to content

Commit

Permalink
Remove python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Feb 26, 2023
1 parent 2620bc1 commit b415bc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ 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 @@ -69,7 +69,7 @@ spark_options =
spark.sql.catalogImplementation: in-memory

[tox:tox]
envlist = py{3.7,3.8,3.9,3.10,3.11}-dbt-spark{11,12,13,14}
envlist = py{3.7,3.8,3.9,3.10}-dbt-spark{11,12,13,14}
isolated_build = true
skip_missing_interpreters = true

Expand Down

0 comments on commit b415bc6

Please sign in to comment.