ci: align Python version support to 3.13 only

- Update CI/CD workflows to test only Python 3.13
- Remove Python 3.11 and 3.12 from test matrix
- Update package classifiers to reflect Python 3.13 only support
- Align with requires-python = '>=3.13' constraint
This commit is contained in:
2026-03-26 08:50:17 +01:00
parent d82ea9594f
commit 7e24c3b037
3 changed files with 2 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
python-version: [3.11, 3.12, 3.13]
python-version: [3.13]
steps:
- name: Checkout code