GitHub Actions now supports experimental free-threaded CPython!There are three ways to add it to your test matrix:Using actions/setup-python, you can add the t suffix for Python versions 3.13 and higher: 3.13t and 3.14t.Similarly, you can install uv with astral/setup-uv and use that to set up free-threaded Python using the t suffix.