👷 CI: 测试环境添加 Python 3.11 (#1366)

Co-authored-by: yanyongyu <42488585+yanyongyu@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
StarHeart
2022-11-04 09:29:13 +08:00
committed by GitHub
parent fcc23f98f8
commit 113021cdf4
3 changed files with 9 additions and 16 deletions

View File

@ -15,7 +15,7 @@ jobs:
cancel-in-progress: true
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
env: