Skip to content

Commit

Permalink
Update CI to test Python 3.12 for dbt-semantic-interfaces
Browse files Browse the repository at this point in the history
In order to support Python 3.12 we need to ensure it is fully
tested on the local package, and that we can build and run all
of our tests as expected.

This updates the matrix test accordingly. Note no dependency
adjustment is required, as this package is already open-ended
with respect to maximum supported Python version. For now, we
leave it that way.
  • Loading branch information
tlento committed Feb 14, 2024
1 parent 24326fe commit 720d8fd
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 720d8fd

Please sign in to comment.