You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of my goals in this fork was to enable compatibility with more recent versions of Python (3.10 and up). The problem is that apns2 currently relies on the unmtaintained hyper library, which fails to import on 3.10+.
Resurrect hyper and make it compatible with 3.10+. I started https://github.com/compat-fork/hyper for this, but it's not trivial to even get the tests running on Python 3.8, and it feels irresponsible to release an HTTP client library with possible security vulnerabilities, so I probably won't pursue that further.
For now, this fork will support only Python 3.8 and 3.9. If someone contributes a way to make it work with a more modern HTTP library, either httpx or something else, I'd accept the PR.
The text was updated successfully, but these errors were encountered:
One of my goals in this fork was to enable compatibility with more recent versions of Python (3.10 and up). The problem is that apns2 currently relies on the unmtaintained hyper library, which fails to import on 3.10+.
I looked into two approaches:
For now, this fork will support only Python 3.8 and 3.9. If someone contributes a way to make it work with a more modern HTTP library, either httpx or something else, I'd accept the PR.
The text was updated successfully, but these errors were encountered: