asyncio compatibility.
- Add github actions, bail on asyncio patch for tornado 6.1.
[564](https://github.com/ipython/ipykernel/pull/564)
- Start testing on Python 3.9. [551](https://github.com/ipython/ipykernel/pull/551)
- Fix stack levels for ipykernel's deprecation warnings and stop
using some deprecated APIs. [547](https://github.com/ipython/ipykernel/pull/547)
- Add env parameter to kernel installation [541](https://github.com/ipython/ipykernel/pull/541)
- Fix stop_on_error_timeout blocking other messages in queue.
[539](https://github.com/ipython/ipykernel/pull/539)
- Remove most of the python 2 compat code. [537](https://github.com/ipython/ipykernel/pull/537)
- Remove u-prefix from strings. [538](https://github.com/ipython/ipykernel/pull/538)