Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT remove prerelease flag for Python 3.12 #27605

Merged
merged 3 commits into from Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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