Skip to content

Commit

Permalink
MAINT remove prerelease flag for Python 3.12 (scikit-learn#27605)
Browse files Browse the repository at this point in the history
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
  • Loading branch information
2 people authored and REDVM committed Nov 16, 2023
1 parent 32fcbec commit 518d1b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/wheels.yml
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 0 additions & 4 deletions build_tools/cirrus/arm_wheel.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 518d1b2

Please sign in to comment.