dbt-labs / dbt-postgres

Apache License 2.0
34 stars 14 forks source link

Add support for python 3.12 #135

Closed mikealfare closed 3 months ago

mikealfare commented 4 months ago

resolves #17

Problem

Add support for Python 3.12

Solution

- [x] bump everything to 3.12 where it's currently 3.11
- [x] run CI from this branch to pick up the new matrix values and make sure things pass
- [x] verify that `dbt-postgres` builds successfully for 3.12
- [ ] update any docs that need updating

Checklist

github-actions[bot] commented 4 months ago

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-postgres contributing guide.

mikealfare commented 4 months ago

CI run against this branch using this branch's workflows: https://github.com/dbt-labs/dbt-postgres/actions/runs/10190141128

mikealfare commented 4 months ago

Test release run against this branch using this branch's workflows: https://github.com/dbt-labs/dbt-postgres/actions/runs/10190259358

mikealfare commented 4 months ago

The PyPI release failed on the attached run due to not being able to download the artifact. However, this occurred after the artifact was built and tested, and the GitHub release was successful.