diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 846656d..6074110 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.6.15, 3.7.12, 3.8.12, 3.9.7 ] + python-version: [ 3.6.15, 3.7.12, 3.8.12, 3.9.7, 3.10.0 ] arch: [ amd64, aarch64 ] steps: - uses: actions/checkout@v2