chore(ci): remove Python 3.11 from CI test workflows (#34164)

This commit is contained in:
1Ckpwee
2026-03-27 10:41:19 +08:00
committed by GitHub
parent 07f4950cb3
commit 01e6a3a9d9
2 changed files with 0 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.11"
- "3.12"
steps:

View File

@@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.11"
- "3.12"
steps: