cher-nov / cryptg

Official Telethon extension to provide much faster cryptography for Telegram API requests.
https://pypi.org/project/cryptg/
Creative Commons Zero v1.0 Universal
75 stars 24 forks source link

Support for Python 3.11 #24

Closed Rongronggg9 closed 2 years ago

Rongronggg9 commented 2 years ago

https://docs.python.org/3.11/whatsnew/3.11.html

I've tested the existing GHA workflow. It is broken. I may help fix it.

Another problem is dropping Python 3.6 support or not, as PyO3 has dropped it in v0.16.0. If it can be dropped, we can bump PyO3 to its latest version so that adding Python 3.11 support won't be difficult. I may help with it too.

Lonami commented 2 years ago

cryptg is not required to run Telethon, and given that 3.6 has reached EOL:

As of 2021-12-23, 3.6 has reached the end-of-life phase of its release cycle

I'm okay with dropping support for it. (Users can still use an older version as there are virtually no functionality changes.)

Rongronggg9 commented 2 years ago

Sure, I am working on it :)