ci: skip 3.11

This commit is contained in:
2026-08-25 14:47:04 +02:00
committed by duan_j
parent 50c7d89b03
commit 228f3b9cc2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.12", "3.13"]
steps:
- name: Checkout code
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.11"
python-version: "3.12"
- name: Setup | Force release branch to be at workflow sha
run: |