The Python Steering Council intends to accept PEP 703, which makes the Global Interpreter Lock (GIL) optional in CPython. The council plans to introduce the no-GIL build as an experimental mode in Python 3.13, with the goal of eventually making it the default build mode. The transition will be done in stages, with careful consideration for backward compatibility and community support. The council aims to avoid a repeat of the Python 3 transition scenario, which was marked by a significant break in compatibility with Python 2.