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.
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.