From b59c34df5f72ab8a53401e531ea3b698adbeab35 Mon Sep 17 00:00:00 2001 From: Mark Harrison Date: Mon, 5 May 2025 22:30:47 -0700 Subject: [PATCH] Deprecate Python 3.9 --- lib/versioning.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/versioning.yml b/lib/versioning.yml index 6a0946eea..28cae7f57 100644 --- a/lib/versioning.yml +++ b/lib/versioning.yml @@ -1,4 +1,4 @@ lichess_bot_version: 2025.5.5.2 -minimum_python_version: '3.9' -deprecated_python_version: '3.8' -deprecation_date: 2023-05-01 +minimum_python_version: '3.10' +deprecated_python_version: '3.9' +deprecation_date: 2025-10-05