add python3.11 in gh-ci

This commit is contained in:
felinae98 2022-10-25 16:56:56 +08:00
parent 95a2e48019
commit 2811874818

View File

@ -48,7 +48,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
env: