恢复python3.10的使用

This commit is contained in:
星外之神 2022-10-30 17:23:59 +08:00
parent 1ec9c19f41
commit 3ef4570334
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
matrix:
python_version:
- "3.11"
- "3.10"
name: Windows Python ${{ matrix.python_version }}
steps:
- uses: actions/checkout@v2

View File

@ -17,6 +17,7 @@ jobs:
matrix:
python_version:
- "3.11"
- "3.10"
name: Windows Python ${{ matrix.python_version }}
steps:
- uses: actions/checkout@v2