twisted / twisted

Event-driven networking engine written in Python.
https://www.twisted.org
Other
5.44k stars 1.14k forks source link

`contextvars` pypi package is still listed as a supported optional dependency in the documentation #12128

Closed gudnimg closed 1 month ago

gudnimg commented 1 month ago

Noticed this after reading the release notes. contextvars was removed as an optional dependency in Twisted 23.10.0 and is now apart of Python's standard library (3.7 and newer). Since Twisted only supports Python 3.8+, nobody needs to use to pypi package.