Closed stefanor closed 1 year ago
:+1:
Fixed the lint error
@stefanor have you signed CONTRIBUTING.rst
? If not, would you mind adding that to a separate commit please!
What's the ETA for a release with Python 3.11 support?
Thanks for the poke I will look into it.
Looks like only one very minor change is required for Python 3.11 support.
The
l*gettxt()
modules were removed in 3.11 (bpo-44235), deprecated in 3.8 (bpo-33710). They were only really useful in Python 2.x. So, we can just drop them.Closes #3678