diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6074110..52cf047 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, 3.10.0 ] + python-version: [ 3.6.15, 3.7.14, 3.8.14, 3.9.14, 3.10.7 ] arch: [ amd64, aarch64 ] steps: - uses: actions/checkout@v2