Drop Python 3.10 and 3.11 from CI test matrix

This commit is contained in:
yangdx
2025-12-02 15:36:18 +08:00
parent 381ddfffd4
commit 1f8751225d

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
python-version: ['3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v6