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

Build wheels for Python 3.11 also #295

Merged
merged 3 commits into from
Oct 3, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=quay.io/pypa/manylinux2010_x86_64
ARG BASE_IMAGE=quay.io/pypa/manylinux2014_x86_64
FROM ${BASE_IMAGE}

RUN yum install -y \
Expand All @@ -11,4 +11,4 @@ RUN yum install -y \
RUN VERSION=3.19.4 && \
wget -q https://github.com/Kitware/CMake/releases/download/v$VERSION/cmake-$VERSION-Linux-x86_64.sh && \
bash cmake-$VERSION-Linux-x86_64.sh --skip-license --prefix=/usr/local && \
rm cmake-$VERSION-Linux-x86_64.sh
rm cmake-$VERSION-Linux-x86_64.sh
2 changes: 1 addition & 1 deletion .github/scripts/docker/build_and_push.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

image_base=quay.io/pypa/manylinux2010_x86_64
image_base=quay.io/pypa/manylinux2014_x86_64
tag=openchemistry/stempy_wheel_builder

docker build . -t $tag --build-arg BASE_IMAGE=$image_base
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
pull_request:

env:
# Only support 64-bit CPython > 3.6, < 3.11
CIBW_SKIP: "cp36-* cp311-* pp* *-manylinux_i686 *-musllinux_* *-win32"
# Only support 64-bit CPython > 3.6
CIBW_SKIP: "cp36-* pp* *-manylinux_i686 *-musllinux_* *-win32"

# This has some of the software we need pre-installed on it
CIBW_MANYLINUX_X86_64_IMAGE: openchemistry/stempy_wheel_builder
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/pybind11
Submodule pybind11 updated 237 files