Fix CI `mypy` command on free-threaded Python by EliahKagan · Pull Request #2040 · gitpython-developers/GitPython

@EliahKagan

When the version is represented as `3.13t`, the `--python-version`
option needs an operand of `3.13`, not `3.13t`.

(This, and the fix here, will automatically apply to later threaded
Pythons, such as 3.14t, too.)

@EliahKagan mentioned this pull request

Jun 7, 2025

7 tasks

@EliahKagan

Since the `${var%pattern}` syntax may not be immediately obvious.