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), allowing us to install this dependency using Python 3.12.
- Loading branch information