Update supported Python versions in docs + readme (#652)

* Update README.md

* Update index.md

* Update python-tests.yml
This commit is contained in:
Anael Mobilia
2026-01-19 20:40:01 +01:00
committed by GitHub
parent dd9ef90773
commit 50fcb51577
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v5