Closed jakkdl closed 1 year ago
I had to bump cryptography
in requirements-dev.txt
to get pypy3.10 to work, but one should probably do a full bump of the requirements. I can do it in this PR if requested, but that's probably better done in a dedicated PR.
I wrote this ... and then I saw the discussion in #180 So this is kind of a duplicate of that, except I also updated CI to test it, and general compatibility with 3.11/3.12, as well as pypy3.9 and pypy3.10.
I don't think there's any reason not to update so as not to require
exceptiongroup
on py3.11+, and it mirrors python-trio/trio.pypy3.9 and pypy3.10 are the currently supported versions of python
As mentioned in the comment in
ci.yml
, runningpylint
on 3.12 crashes, see https://github.com/pylint-dev/pylint/issues/8782