bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008)

diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 6627bec..42e2b4e 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -575,7 +575,7 @@
           if task in done:
               # Everything will work as expected now.
 
-   .. deprecated:: 3.8
+   .. deprecated-removed:: 3.8 3.11
 
       Passing coroutine objects to ``wait()`` directly is
       deprecated.