pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
376 stars 113 forks source link

Add support for Python 3.11 #216

Closed hugovk closed 3 weeks ago

hugovk commented 1 year ago

What does this PR do?

Add support for Python 3.11 and test on CI.

Python 3.12 support is pending a new release of aiohttp, which should be coming soon: https://github.com/aio-libs/aiohttp/issues/7639#issuecomment-1746582318.

Python 2.7 is EOL since 2020-01-01 and no longer supported on GitHub Actions, so I've not been able to test it. I recommend dropping Python 2.7, and see it's being removed in https://github.com/pusher/pusher-http-python/pull/207, but I can also remove it in this PR or another if you like.

Plus some GitHub Actions config updates.

CHANGELOG

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you.

hugovk commented 7 months ago

Python 3.11 was released in 2022.

Please test it to make sure other changes do not introduce regressions.

hugovk commented 3 weeks ago

Since this PR was opened, Python 3.12 and 3.13 have ben released, but closing this year-old PR due to lack of interest. But happy to re-open again if you like!