dbeatty10 / dbt-mysql

dbt-mysql contains all of the code enabling dbt to work with MySQL and MariaDB
Apache License 2.0
75 stars 53 forks source link

Support Python 3.11 #142

Open dbeatty10 opened 1 year ago

dbeatty10 commented 1 year ago

Describe the feature

Support Python 3.11.x.

How to implement

  1. Update this section
  2. Update here too
  3. And here

How to test

  1. In your local environment, make sure python3 --version reports 3.11
  2. Run the tests locally using these instructions

Additional context

https://github.com/dbeatty10/dbt-mysql/issues/117 is a similar issue for Python 3.10.

abeizn commented 11 months ago

I also have the same needs.