Skip to content

Commit

Permalink
Remove py3.12 support for dbt 1.6: not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Jun 4, 2024
1 parent 2636571 commit e9e1f77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
include:
# dbt-core now supports Python 3.12
- { python: "3.12", os: "ubuntu-latest", dbt: "1.6" }
- { python: "3.12", os: "ubuntu-latest", dbt: "1.7" }
- { python: "3.12", os: "ubuntu-latest", dbt: "1.8" }
# Latest dbts' test matrix on 3.11 (well supported py version) on ubuntu
Expand Down

0 comments on commit e9e1f77

Please sign in to comment.