From 08fcde4ac7cb1636a8d8a90a65de487e09eed879 Mon Sep 17 00:00:00 2001 From: fab Date: Wed, 24 Jun 2026 22:50:26 +0200 Subject: [PATCH] docs: correct Python requirement to 3.9+ (matches CI) (#29) The README claimed "Requires Python 3.11+", but the validation workflow (test_nginx.yml) runs the converters on Python 3.9 and the code uses no 3.10+ syntax. Relax the claim to 3.9+ so the docs match what is actually supported and tested. Co-authored-by: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 675281a..9eaf567 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Then follow the [Nginx](https://fabriziosalmi.github.io/patterns/nginx), ### Option 2 — build from source -Requires **Python 3.11+**, `pip`, and `git`. +Requires **Python 3.9+**, `pip`, and `git`. ```bash git clone https://github.com/fabriziosalmi/patterns.git