From c96220e653af860d3e3e4d4df44a37d8d252ce5d Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 4 Jul 2026 17:16:31 -0500 Subject: [PATCH] chore(python): add .python-version file to specify Python version 3.14 --- .python-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 00000000..6324d401 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.14