Skip to content

Commit

Permalink
Merge pull request #962 from xmatthias/ci/wheels_311
Browse files Browse the repository at this point in the history
Build wheels for 3.11
  • Loading branch information
avalentino committed Oct 6, 2022
2 parents ec193f7 + c6fa357 commit b11572c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -75,6 +75,9 @@ jobs:
- arch: aarch64
cibw_python: cp310-*
os: ubuntu-latest
- arch: aarch64
cibw_python: cp311-*
os: ubuntu-latest
- arch: arm64
cibw_python: "cp*"
os: macos-latest
Expand Down Expand Up @@ -174,7 +177,7 @@ jobs:
- name: Build wheels for Windows (${{ matrix.arch }})
run: cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp36-${{ matrix.arch }} cp37-${{ matrix.arch }} cp38-${{ matrix.arch }} cp39-${{ matrix.arch }} cp310-${{ matrix.arch }}"
CIBW_BUILD: "cp36-${{ matrix.arch }} cp37-${{ matrix.arch }} cp38-${{ matrix.arch }} cp39-${{ matrix.arch }} cp310-${{ matrix.arch }} cp311-${{ matrix.arch }}"
CIBW_BEFORE_ALL_WINDOWS: "conda create --yes --name=build && conda activate build && conda config --env --set subdir ${{ matrix.arch == 'win32' && 'win-32' || 'win-64' }} && conda install --yes blosc bzip2 hdf5 lz4 lzo snappy zstd zlib"
CIBW_ENVIRONMENT_WINDOWS: 'CONDA_PREFIX="C:\\Miniconda\\envs\\build" PATH="$PATH;C:\\Miniconda\\envs\\build\\Library\\bin"'
CIBW_ENVIRONMENT: "PYTABLES_NO_EMBEDDED_LIBS=true DISABLE_AVX2=true"
Expand All @@ -193,7 +196,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
python-version: ['3.7', '3.8', '3.9','3.10']
python-version: ['3.7', '3.8', '3.9','3.10', '3.11-dev']
arch: ['x64', 'x86']
exclude:
- os: 'ubuntu-latest'
Expand Down

0 comments on commit b11572c

Please sign in to comment.