From b7460bcb844e3c6e6c887cc9f3d818f0454b0ea3 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:42:36 +0100 Subject: [PATCH] Set python version to 3.11 (#34707) This will fix https://github.com/servo/servo/issues/34700 Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com> --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index e4fba218358..2c0733315e4 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12 +3.11