From fa576ab47c27d13dcb096e2ef21d2211653cf3e1 Mon Sep 17 00:00:00 2001 From: etienne-hd Date: Wed, 29 Apr 2026 14:25:22 +0200 Subject: [PATCH] docs(readme): update python version requirement to 3.10+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe5b296..e540822 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ for ad in result.ads: *lbc is not affiliated with, endorsed by, or in any way associated with Leboncoin or its services. Use at your own risk.* ## Installation -Required **Python 3.9+** +Required **Python 3.10+** ```bash pip install lbc ```