Skip to content

chore: pin python 3.14.4 in a repo-local .tool-versions - #124

Merged
eaitbrahim merged 1 commit into
mainfrom
chore/pin-python-tool-versions
Jul 22, 2026
Merged

chore: pin python 3.14.4 in a repo-local .tool-versions#124
eaitbrahim merged 1 commit into
mainfrom
chore/pin-python-tool-versions

Conversation

@eaitbrahim

Copy link
Copy Markdown
Contributor

Pins python 3.14.4 in a repo-local .tool-versions so the interpreter is resolved from the checkout itself, keeping asdf/mise in lockstep with pyproject's requires-python = ">=3.14.4" regardless of a contributor's global config.

Previously the version was only pinned in ~/.tool-versions; a contributor without that global pin (or with a stale one) could land on the wrong interpreter.

🤖 Generated with Claude Code

pyproject requires-python is >=3.14.4, but the interpreter was resolved only
from ~/.tool-versions. Pinning it in the repo makes the toolchain travel with
the checkout so asdf/mise pick 3.14.4 here regardless of a contributor's global
config, keeping it in lockstep with pyproject.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@eaitbrahim
eaitbrahim merged commit 1944a7c into main Jul 22, 2026
1 check passed
@eaitbrahim
eaitbrahim deleted the chore/pin-python-tool-versions branch July 22, 2026 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant