Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.97k stars 887 forks source link

Python 3.11 Support #3717

Closed stefanor closed 1 year ago

stefanor commented 1 year ago

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

digitalresistor commented 1 year ago

:+1:

stefanor commented 1 year ago

Fixed the lint error

digitalresistor commented 1 year ago

@stefanor have you signed CONTRIBUTING.rst? If not, would you mind adding that to a separate commit please!

dotlambda commented 1 year ago

What's the ETA for a release with Python 3.11 support?

mmerickel commented 1 year ago

Thanks for the poke I will look into it.