saghul / pycares

Python interface for c-ares
https://pypi.org/project/pycares/
MIT License
162 stars 74 forks source link

Complete the Python 3.11 support #179

Closed Jackenmen closed 1 year ago

Jackenmen commented 1 year ago

Fixes the thing I missed in #174 as I said in the comment there: https://github.com/saghul/pycares/pull/174#issuecomment-1214240533 Also adds Python 3.11 to the test pipeline.

I'm hoping you could cut a release soon too :)

Note that you probably should consider dropping Python 3.6 already as it's been EOL for almost a year.

Jackenmen commented 1 year ago

Tests fail due to #178, which will be fixed by #180.

saghul commented 1 year ago

LGTM. I'm getting a weird GH error when attempting to merge, will do later today.

Agreed on dropping 3.6 too!