恢复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:
|
matrix:
|
||||||
python_version:
|
python_version:
|
||||||
- "3.11"
|
- "3.11"
|
||||||
|
- "3.10"
|
||||||
name: Windows Python ${{ matrix.python_version }}
|
name: Windows Python ${{ matrix.python_version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python_version:
|
python_version:
|
||||||
- "3.11"
|
- "3.11"
|
||||||
|
- "3.10"
|
||||||
name: Windows Python ${{ matrix.python_version }}
|
name: Windows Python ${{ matrix.python_version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user