Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`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.
- Loading branch information