How to use requirements.txt for python 3.13t dependencies?

Is it possible to define separate dependencies for a 3.13t variant in the requirements.txt? The dependencies would be different than for 3.13.

I suspect you just want a separate requirements file for now. (Remember, the t isn’t permanent, and should be going away after a couple of experimental versions are done.)

See this thread for more detail: Environment marker for free-threading