升级CI到python 3.12
Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
This commit is contained in:
parent
11c3129ea0
commit
9d9f3191c6
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user