Skip to content

Commit

Permalink
Merge pull request #262 from dbt-labs/py312
Browse files Browse the repository at this point in the history
  • Loading branch information
tlento authored Feb 14, 2024
2 parents 24326fe + 720d8fd commit a2df138
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240213-203707.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Increase test coverage to include Python 3.12
time: 2024-02-13T20:37:07.912021-08:00
custom:
Author: tlento
PR: "257"
2 changes: 1 addition & 1 deletion .github/workflows/ci-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
pydantic-version: ["1.10", "2.0"]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a2df138

Please sign in to comment.