Update Python version support: Remove 3.9 (EOL), Add 3.13 (#1741)

This commit is contained in:
Copilot
2025-10-17 00:04:59 +03:00
committed by GitHub
parent 2b6d6592ab
commit bef0470ff2
10 changed files with 24 additions and 28 deletions

View File

@@ -26,9 +26,6 @@ To use GLiNER with Presidio, you need to install the `presidio-analyzer` with th
pip install 'presidio-analyzer[gliner]'
```
!!! note
GLiNER only supports python 3.10 and above, while Presidio supports version 3.9 and above.
### Example
```python