remove ContextVar compat

This commit is contained in:
David Lord 2021-11-11 16:12:08 -08:00
parent e609dddd60
commit 1b552d0b01
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 22 additions and 13 deletions

View file

@ -49,6 +49,18 @@ use them if you install them.
.. _watchdog: https://pythonhosted.org/watchdog/
greenlet
~~~~~~~~
You may choose to use gevent or eventlet with your application. In this
case, greenlet>=1.0 is required. When using PyPy, PyPy>=7.3.7 is
required.
These are not minimum supported versions, they only indicate the first
versions that added necessary features. You should use the latest
versions of each.
Virtual environments
--------------------