python -mvenv --copies .venv
python3.13t.exe
and pythonw3.13t.exe
(which ever required) from default interpreter path to venv\Scripts\
(virtual python interpreter location)..venv\Scripts\activate
python
in console will use GIL enabled interpreter and python3.13t
will use experimental free-threading build
as usual.python3.13t aiohttp_file.py
Note: I don't know how it works, just discovered it works.