fugashi icon indicating copy to clipboard operation
fugashi copied to clipboard

Use comments to mark all Python version bump areas

Open polm opened this issue 1 month ago • 0 comments

There's many places in the code where things have to be modified when a new Python version is released, and every year I (or anyone making a PR) misses a few. A comment like PYVER should be added to make it easy to find all of these.

To make it clear, these are easy to miss because there are different ways to write versions (3.14, c314, 3.10~3.14, etc.), and multiple programming languages or formats are involved (Python, github actions, toml).

polm avatar Nov 25 '25 11:11 polm