UV_PYTHON=3.9 just test-python
Using CPython 3.9.21
error: The requested interpreter resolved to Python 3.9.21, which is incompatible with the project's Python requirement: `>=3.10` (from `project.requires-python`)
error: Recipe `test-python` failed on line 31 with exit code 2
error: Recipe `test-python-3-9` failed on line 40 with exit code 2
error: Recipe `full-check` failed on line 171 with exit code 2
just test-pythonstill tries to test against Python 3.9, but support is now dropped as of 3.14. This should be removedgrimp/justfile
Lines 38 to 40 in 82ebd22
Details