ci: skip 3.11 #171

Merged
duan_j merged 2 commits from ci/skipPython311 into main 2026-08-25 14:50:52 +02:00
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", "3.14"]
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: |