diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15d5f77..4fde168 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, 3.10] exclude: - os: macos-latest python-version: 3.7