Skip to content

Commit

Permalink
Let's do Python 3.12 only
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Oct 11, 2023
1 parent 0b4a653 commit c00f175
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
# Skip Python 2.7, 3.5, 3.11, 32 bit Linux, and PyPy
CIBW_SKIP: cp27-* cp35-* *-manylinux_i686 *musllinux* pp*
CIBW_BUILD: cp312-*
CIBW_BEFORE_ALL_LINUX: yum install -y tk mesa-libGLU-devel
CIBW_BEFORE_BUILD: >
pip install cython FXrays low_index sphinx sphinx_rtd_theme &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
# Skip Python 2.7, 3.5, 3.11, 32 bit Linux, and PyPy
CIBW_SKIP: cp27-* cp35-* cp36-* cp37-* pp*
CIBW_BUILD: cp312-*
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BEFORE_BUILD: >
pip install cython FXrays low_index sphinx sphinx_rtd_theme &&
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/macos_older_pythons.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
# Skip Python 2.7, 3.5, 3.11, and PyPy
CIBW_SKIP: cp27-* cp35-* pp*
CIBW_BUILD: cp312-*
CIBW_BEFORE_BUILD: >
pip install cython FXrays low_index sphinx sphinx_rtd_theme &&
pip install --pre --extra-index-url https://test.pypi.org/simple cypari &&
Expand Down

0 comments on commit c00f175

Please sign in to comment.