with 3.11 support

This commit is contained in:
shenjack 2023-02-18 20:23:50 +08:00
parent 683908bb01
commit f9f4bc2490

View File

@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest] os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.10"] # 3.11 will come later python-version: ["3.8", "3.11"]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}