diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index cb12809..68bdd86 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-18.04] - python_version: [3.6, 3.7, 3.8, 3.9] + python_version: [3.6, 3.7, 3.8, 3.9, "3.10"] architecture: [x86, x64] exclude: - os: macos-latest