From 0a2151defd49a320680fafb6f9c765e54aa0b4e9 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Sun, 9 Oct 2022 23:16:39 +0800 Subject: [PATCH] [build] Build python3.11 wheel for TAT.py in github action. --- .github/workflows/build.yml | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df5d1f086..1dd7e55a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,73 +71,80 @@ jobs: include: - os: ubuntu-latest python: 37 - bitness: 64 platform_id: manylinux_x86_64 manylinux_image: manylinux2014 cpu_number: 2 - os: ubuntu-latest python: 38 - bitness: 64 platform_id: manylinux_x86_64 manylinux_image: manylinux2014 cpu_number: 2 - os: ubuntu-latest python: 39 - bitness: 64 platform_id: manylinux_x86_64 manylinux_image: manylinux2014 cpu_number: 2 - os: ubuntu-latest python: 310 - bitness: 64 + platform_id: manylinux_x86_64 + manylinux_image: manylinux2014 + cpu_number: 2 + - os: ubuntu-latest + python: 311 platform_id: manylinux_x86_64 manylinux_image: manylinux2014 cpu_number: 2 - os: macos-latest python: 39 - bitness: 64 platform_id: macosx_x86_64 mac_arch: x86_64 cpu_number: 3 - os: macos-latest python: 310 - bitness: 64 + platform_id: macosx_x86_64 + mac_arch: x86_64 + cpu_number: 3 + - os: macos-latest + python: 311 platform_id: macosx_x86_64 mac_arch: x86_64 cpu_number: 3 - os: macos-latest python: 39 - bitness: 64 platform_id: macosx_arm64 mac_arch: arm64 cpu_number: 3 - os: macos-latest python: 310 - bitness: 64 + platform_id: macosx_arm64 + mac_arch: arm64 + cpu_number: 3 + - os: macos-latest + python: 311 platform_id: macosx_arm64 mac_arch: arm64 cpu_number: 3 - os: windows-latest python: 37 - bitness: 64 platform_id: win_amd64 cpu_number: 2 - os: windows-latest python: 38 - bitness: 64 platform_id: win_amd64 cpu_number: 2 - os: windows-latest python: 39 - bitness: 64 platform_id: win_amd64 cpu_number: 2 - os: windows-latest python: 310 - bitness: 64 + platform_id: win_amd64 + cpu_number: 2 + - os: windows-latest + python: 311 platform_id: win_amd64 cpu_number: 2