From 509cd149e43c65493918055438c9f673c57ac060 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Mon, 12 Sep 2022 21:53:00 -0700 Subject: [PATCH] Test and build against Python 3.11 (#84) --- .github/workflows/release.yml | 3 ++- .github/workflows/tests.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a35cef..3041542 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,6 +78,7 @@ jobs: - "cp38-*" - "cp39-*" - "cp310-*" + - "cp311-*" exclude: - os: ubuntu-latest cibw_arch: universal2 @@ -113,7 +114,7 @@ jobs: with: platforms: arm64 - - uses: pypa/cibuildwheel@v2.2.2 + - uses: pypa/cibuildwheel@v2.9.0 env: CIBW_BUILD_VERBOSITY: 1 CIBW_BUILD: ${{ matrix.cibw_python }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 606bffb..b0b4e5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"] os: [windows-latest, ubuntu-latest, macos-latest] exclude: # Python 3.5 is unable to properly