Skip to content

Commit

Permalink
Merge pull request #295 from OpenChemistry/python3.11
Browse files Browse the repository at this point in the history
Build wheels for Python 3.11 also
  • Loading branch information
psavery authored Oct 3, 2023
2 parents fc4253c + de97886 commit 2c8aa53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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

0 comments on commit 2c8aa53

Please sign in to comment.