升级CI到python 3.12 (#21)

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

View File

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