From eadd9a0c4b9fd3cfa3039ccaa5e54dd5b11c4e29 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Wed, 18 Oct 2023 16:05:39 +0200 Subject: [PATCH] MAINT remove prerelease flag for Python 3.12 (#27605) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Loïc Estève --- .github/workflows/wheels.yml | 6 ------ build_tools/cirrus/arm_wheel.yml | 4 ---- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ae8f182450202..b82a114bff1af 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -70,8 +70,6 @@ jobs: - os: windows-latest python: 312 platform_id: win_amd64 - # TODO: remove when Python 3.12 is released - prerelease: "True" # Linux 64 bit manylinux2014 - os: ubuntu-latest @@ -97,8 +95,6 @@ jobs: python: 312 platform_id: manylinux_x86_64 manylinux_image: manylinux2014 - # TODO: remove when Python 3.12 is released - prerelease: "True" # MacOS x86_64 - os: macos-latest @@ -116,8 +112,6 @@ jobs: - os: macos-latest python: 312 platform_id: macosx_x86_64 - # TODO: remove when Python 3.12 is released - prerelease: "True" # MacOS arm64 # The wheel for the latest Python version is built and tested on diff --git a/build_tools/cirrus/arm_wheel.yml b/build_tools/cirrus/arm_wheel.yml index c5f5a34afa490..f210eea817601 100644 --- a/build_tools/cirrus/arm_wheel.yml +++ b/build_tools/cirrus/arm_wheel.yml @@ -25,8 +25,6 @@ macos_arm64_wheel_task: # is actually tested on Cirrus CI. - env: CIBW_BUILD: cp312-macosx_arm64 - # TODO: remove when Python 3.12 is released - CIBW_PRERELEASE_PYTHONS: True conda_script: - curl -L --retry 10 -o ~/mambaforge.sh https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh @@ -78,8 +76,6 @@ linux_arm64_wheel_task: CIBW_TEST_SKIP: "*_aarch64" - env: CIBW_BUILD: cp312-manylinux_aarch64 - # TODO: remove when Python 3.12 is released - CIBW_PRERELEASE_PYTHONS: True cibuildwheel_script: - apt install -y python3 python-is-python3