I am getting this error, while testing my project with python 3.13 with free-threading. Used the below code snippet to setup this in GitHub actions. - name: Set up Python uses: ...
Setting up a new Python project involves repetitive configuration tasks - creating a pyproject.toml file and configuring development tools like linters, formatters, testing frameworks, and type ...