Skip to content

Commit

Permalink
Removed references to Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 2, 2022
1 parent b34b51c commit 481b553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The basics

.. py:currentmodule:: anyio
AnyIO requires Python 3.6.2 or later to run. It is recommended that you set up a
AnyIO requires Python 3.7 or later to run. It is recommended that you set up a
virtualenv_ when developing or playing around with AnyIO.

Installation
Expand Down
3 changes: 1 addition & 2 deletions docs/threads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ on the thread. As always with context variables, any changes made to them will n
to the calling asynchronous task.

When calling asynchronous code from worker threads, context is again copied to the task that calls
the target function in the event loop thread. Note, however, that this **does not work** on asyncio
when running on Python 3.6.
the target function in the event loop thread.

Adjusting the default maximum worker thread count
-------------------------------------------------
Expand Down

0 comments on commit 481b553

Please sign in to comment.