diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9bdc84f..4d887158 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,8 @@ jobs: python: 3.8 - os: ubuntu-20.04 python: 3.9 + - os: ubuntu-20.04 + python: 3.10 - os: ubuntu-latest python: 3.9 - os: ubuntu-latest @@ -120,7 +122,7 @@ jobs: strategy: matrix: os: [macos-latest] - python: ["3.9"] + python: ["3.9", "3.10"] env: OS: ${{ matrix.os }} @@ -175,7 +177,7 @@ jobs: strategy: matrix: os: [windows-latest] - python: ["3.9"] + python: ["3.9", "3.10"] env: OS: ${{ matrix.os }}