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
Yes, but it barely missed 3.12.0 alpha7 that we're using now through GitHub Actions. The commit will be in 3.12.0 beta1 next month, at which point we will start seeing failures.
It would be nice to fix them before that, of course. But it would require someone to compile Python 3.12 and run our test suite first.
I backported the def _tunnel(self): method from 3.12 and ran the tests on 3.11 and everything passed still, so I don't think any changes are needed from urllib3 for this.
See python/cpython#8305 for context.
The HTTP CONNECT message will be upgraded to HTTP/1.1 from HTTP/1.0. I expect a small set of changes in the library itself.
The text was updated successfully, but these errors were encountered: