From b36d968f92e360bafb1060439fe5a073b356ca10 Mon Sep 17 00:00:00 2001 From: hamitsu Date: Fri, 23 Jan 2026 13:30:52 +0100 Subject: [PATCH] feat: add .python-version file Specifies the recommended Python version for better environment consistency. --- .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..a5c4c763 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.9.0