long2ice / asyncmy

A fast asyncio MySQL/MariaDB driver with replication protocol support
https://github.com/long2ice/asyncmy
Apache License 2.0
230 stars 25 forks source link

fix: missing wheel(*.whl) for Python 3.12 #97

Closed waketzheng closed 1 month ago

waketzheng commented 1 month ago

Fixes #94

  1. add py311/py312 to ci
  2. upgrade ci action version
  3. make up
  4. update make file to aviod install deps twice for ci
  5. add more type hints
  6. remove -rc1 in versions
long2ice commented 1 month ago

Thanks! Good work!

waketzheng commented 1 month ago

@long2ice ci error fixed

long2ice commented 1 month ago

Thanks!