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
`tornado` 5.1.1 uses some `ssl` methods (specifically
`ssl.match_hostname`) which have been deprecated in Python 3.10 and
later removed (see python/cpython#94199).
This is preventing us from even installing `tornado` v5.1.1 as there
are checks in the setup.
These have been removed in `tornado` 6.0 though
(tornadoweb/tornado@fa6a7ff),
allowing us to install this dependency using Python 3.12.
0 commit comments