This commit is contained in:
Chi Wang
2023-09-19 17:50:43 +00:00
parent b2cbf508fb
commit b6ef985d4f
3 changed files with 19 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}