升级CI到python 3.12

Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
This commit is contained in:
Zhou Qiankang 2025-06-23 10:33:24 +08:00
parent 11c3129ea0
commit 9d9f3191c6
No known key found for this signature in database
GPG Key ID: F0647F18A79089C9

View File

@ -16,7 +16,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python_version: python_version:
- "3.11" - "3.12"
name: Windows Python ${{ matrix.python_version }} name: Windows Python ${{ matrix.python_version }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -93,7 +93,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python_version: python_version:
- "3.11" - "3.12"
name: Ubuntu Python ${{ matrix.python_version }} name: Ubuntu Python ${{ matrix.python_version }}
steps: steps:
- name: 🛎️ Checkout - name: 🛎️ Checkout