From a0f3ebb754f5ca275dc7529a722bfb0d68bf5b51 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Mon, 5 Aug 2024 16:14:44 -0300 Subject: [PATCH] Testing 3.13 --- .github/workflows/wheels.yml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index eb28353..a6563f5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -29,6 +29,9 @@ jobs: - os: windows-2019 python: 312 platform_id: win32 + - os: windows-2019 + python: 313 + platform_id: win32 # Windows 64-bit - os: windows-2019 @@ -49,6 +52,9 @@ jobs: - os: windows-2019 python: 312 platform_id: win_amd64 + - os: windows-2019 + python: 313 + platform_id: win_amd64 # Linux 32-bit - os: ubuntu-latest @@ -69,6 +75,9 @@ jobs: - os: ubuntu-latest python: 312 platform_id: manylinux_i686 + - os: ubuntu-latest + python: 313 + platform_id: manylinux_i686 # Linux 64-bit - os: ubuntu-latest @@ -89,6 +98,9 @@ jobs: - os: ubuntu-latest python: 312 platform_id: manylinux_x86_64 + - os: ubuntu-latest + python: 313 + platform_id: manylinux_x86_64 # Linux aarch64 - os: ubuntu-latest @@ -109,6 +121,9 @@ jobs: - os: ubuntu-latest python: 312 platform_id: manylinux_aarch64 + - os: ubuntu-latest + python: 313 + platform_id: manylinux_aarch64 # macOS on Intel 64-bit - os: macos-latest @@ -135,6 +150,10 @@ jobs: python: 312 arch: x86_64 platform_id: macosx_x86_64 + - os: macos-latest + python: 313 + arch: x86_64 + platform_id: macosx_x86_64 # macOS on Apple M1 64-bit - os: macos-latest @@ -157,6 +176,10 @@ jobs: python: 312 arch: arm64 platform_id: macosx_arm64 + - os: macos-latest + python: 313 + arch: arm64 + platform_id: macosx_arm64 steps: - uses: actions/checkout@v4 @@ -229,7 +252,7 @@ jobs: pushd c:\ git clone https://github.com/openssl/openssl.git pushd openssl - git checkout openssl-3.3.0 + git checkout openssl-3.3.1 perl Configure no-shared no-tests VC-WIN32 nmake mkdir lib\VC @@ -244,7 +267,7 @@ jobs: pushd /tmp git clone https://github.com/openssl/openssl.git pushd openssl - git checkout openssl-3.3.0 + git checkout openssl-3.3.1 ./Configure --prefix=/usr/local/openssl no-tests darwin64-${{ matrix.arch }}-cc make sudo make install @@ -252,7 +275,7 @@ jobs: popd - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.17.0 + run: python -m pip install cibuildwheel==2.20.0 - name: Build wheels # to supply options, put them in 'env', like: