File tree Expand file tree Collapse file tree 3 files changed +12
-193
lines changed
Expand file tree Collapse file tree 3 files changed +12
-193
lines changed Original file line number Diff line number Diff line change 1515 - { python: "3.12", os: "ubuntu-latest", dbt: "1.8" }
1616 - { python: "3.11", os: "ubuntu-latest", dbt: "1.8" }
1717 - { python: "3.10", os: "ubuntu-latest", dbt: "1.8" }
18- - { python: "3.9", os: "ubuntu-latest", dbt: "1.8" }
1918
2019 env :
2120 FORCE_COLOR : " 1"
3130 version : " 0.7.17"
3231 python-version : ${{ matrix.python }}
3332
34- - name : Set up Python
35- uses : actions/setup-python@v5
36- with :
37- python-version-file : " .python-version"
38-
3933 - name : Install the project
4034 run : uv sync --locked --all-extras --dev
4135
Original file line number Diff line number Diff line change 11[project ]
22name = " dbt-core-interface"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44dynamic = []
55description = " Dbt Core Interface"
66authors = [
You can’t perform that action at this time.
0 commit comments