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)
so we can install this dependency using Python 3.12 if we use
`tornado` v6.x.
v6.4 is the latest stable version at this moment.
0 commit comments