diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11c6cfa37..a0595cced 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.7", "3.8", "3.9"] - os: [ubuntu-18.04, macos-latest, windows-latest] + python: ["3.7", "3.8", "3.9", "3.10"] + os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2