# Bug report ### Bug description: previously positional arguments were allow for TaskGroup.create_task, asyncio.create_task and loop.create_task now they are not these methods should use *args, **kwargs rather than just **kwargs ### CPython versions tested on: 3.14 ### Operating systems tested on: _No response_