Skip to content

Commit

Permalink
CI workflows: removing obsolete comments and cp36-* and cp37-*
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Mar 7, 2024
1 parent 5fe978c commit 6d0be17
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
env:
# Skip Python 3.12, 32 bit Linux, and PyPy
# Skip Python 32 bit Linux, and PyPy
CIBW_SKIP: "*-manylinux_i686 *musllinux* pp*"
CIBW_BEFORE_ALL_LINUX: yum install -y tk mesa-libGLU-devel
CIBW_BEFORE_BUILD: >
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
env:
# Skip Python 3.12 for now
CIBW_BUILD: cp310-* cp311-* cp312-*
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BEFORE_BUILD: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_older_pythons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
env:
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
CIBW_BUILD: cp38-* cp39-*
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BEFORE_BUILD: >
pip install cython FXrays low_index sphinx sphinx_rtd_theme &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
env:
# Skip Python 3.12, and PyPy
# Skip PyPy
CIBW_SKIP: pp*
CIBW_BEFORE_BUILD: >
pip install cython FXrays low_index sphinx sphinx_rtd_theme &&
Expand Down

0 comments on commit 6d0be17

Please sign in to comment.