From 9f93102d94f899ffe0147dfecb5a53691097596c Mon Sep 17 00:00:00 2001 From: Elmehdi Aitbrahim Date: Wed, 22 Jul 2026 19:26:26 -0400 Subject: [PATCH] chore: pin python 3.14.4 in a repo-local .tool-versions 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) --- .tool-versions | 1 + 1 file changed, 1 insertion(+) create mode 100644 .tool-versions diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 00000000..628e985a --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +python 3.14.4