恢复python3.10的使用
This commit is contained in:
parent
1ec9c19f41
commit
3ef4570334
1
.github/workflows/build-pr.yml
vendored
1
.github/workflows/build-pr.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
matrix:
|
||||
python_version:
|
||||
- "3.11"
|
||||
- "3.10"
|
||||
name: Windows Python ${{ matrix.python_version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
matrix:
|
||||
python_version:
|
||||
- "3.11"
|
||||
- "3.10"
|
||||
name: Windows Python ${{ matrix.python_version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user