github: remove python 3.10 from compatibility chart

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-10 20:39:54 -07:00
committed by Mark Backman
parent a9cafa2a3b
commit ba32a48510

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10.19', '3.11.14', '3.12.12', '3.13.12']
python-version: ['3.11.15', '3.12.13', '3.13.12', '3.14.3']
name: Python ${{ matrix.python-version }}
steps: