From dac0cdcbad100e5b905faca0733de6acb3906c82 Mon Sep 17 00:00:00 2001 From: Andrew Tan Date: Sun, 8 Mar 2026 17:58:47 +0800 Subject: [PATCH] fix(ci): use valid Python version in .python-version CPython 3.10.19 does not exist in Rye's toolchain; the latest available 3.10.x is 3.10.16. This was causing all CI jobs to fail with "unknown version cpython-x86_64-linux@3.10.19". --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index eae0123..251b350 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.19 +3.10.16