mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2026-07-30 22:45:44 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user