dbt-labs / dbt-semantic-interfaces

The shared semantic layer definitions that dbt-core and MetricFlow use.
Apache License 2.0
66 stars 13 forks source link

Update CI to test Python 3.12 for dbt-semantic-interfaces #262

Closed tlento closed 7 months ago

tlento commented 7 months ago

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.

marcodamore commented 7 months ago

Lgtm - should we add a line here calling out 3.12?