Pygments declares `.. code-block:: python3` as language key for python 3.x code. This is correctly rendered by docutils, but not recognized by GitHub. Code example: .. code-block:: python3 async def somefunc(): return await some_coroutine()