The release of Python 3.9 changed some things, requiring a rework of some of the new Windows compatibility code, so I'm doing one more beta release. There are two changes since the first beta: a change to `@gen.coroutine` to better support the Python 3.7 contextvars module, and a Windows-only change to some threading code. I'd especially encourage Windows users to give this beta a try. I'm now planning the final release for next Friday.
To install this version, run `pip install --pre tornado==6.1b2`.
-Ben