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 <noreply@anthropic.com>
This commit is contained in:
fab
2026-06-24 22:50:26 +02:00
committed by GitHub
parent 37ff839204
commit 08fcde4ac7

View File

@@ -66,7 +66,7 @@ Then follow the [Nginx](https://fabriziosalmi.github.io/patterns/nginx),
### Option 2 &mdash; 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