diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44f8f6f..f111a5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11] os: [macos-latest, windows-latest, ubuntu-latest] steps: - uses: actions/checkout@v1 @@ -80,7 +80,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11] # ubuntu wheel is built in `manylinux_build.yml` os: [macos-latest, windows-latest] diff --git a/.github/workflows/manylinux_build.yml b/.github/workflows/manylinux_build.yml index 7fbc8c1..1e1d701 100644 --- a/.github/workflows/manylinux_build.yml +++ b/.github/workflows/manylinux_build.yml @@ -9,11 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: - - 3.6 - - 3.7 - - 3.8 - - 3.9 + python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11] container: image: quay.io/pypa/manylinux2010_x86_64 env: