Skip to content

Commit

Permalink
[CI] temporarily limit matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Dec 7, 2024
1 parent e865d1e commit ac862b3
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
strategy:
matrix:
python: ['python']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.8']
include:
- python-version: '3.13'
- python-version: '3.8'
image-suffix: '' # Change this to '-rc' to test pre-releases
- python-version: '3.10'
python: 'pypy'
Expand Down Expand Up @@ -49,9 +49,9 @@ jobs:
strategy:
matrix:
python: ['python']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.8']
include:
- python-version: '3.13'
- python-version: '3.8'
image-suffix: '' # Change this to '-rc' to test pre-releases
- python-version: '3.10'
python: 'pypy'
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10']
python-version: ['3.8', 'pypy3.10']
os: ['windows-latest']
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10']
python-version: ['3.8', 'pypy3.10']
os: ['windows-latest']
steps:
- uses: actions/checkout@v4
Expand All @@ -125,11 +125,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10']
python-version: ['3.8', 'pypy3.10']
os: ['macos-13', 'macos-latest']
exclude:
- python-version: '3.7'
os: 'macos-latest'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -154,11 +151,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10']
python-version: ['3.8', 'pypy3.10']
os: ['macos-13', 'macos-latest']
exclude:
- python-version: '3.7'
os: 'macos-latest'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -188,7 +182,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: py_build_cmake-whl-python3.11
name: py_build_cmake-whl-python3.8
path: dist
- name: Build Wheels
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b
Expand Down Expand Up @@ -217,7 +211,7 @@ jobs:
container: python:${{ matrix.python-version }}-bullseye
strategy:
matrix:
python-version: ['3.11']
python-version: ['3.8']
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand All @@ -243,11 +237,11 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: py_build_cmake-whl-python3.11
name: py_build_cmake-whl-python3.8
path: dist
- uses: actions/download-artifact@v4
with:
name: py_build_cmake-src-python3.11
name: py_build_cmake-src-python3.8
path: dist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc

0 comments on commit ac862b3

Please sign in to comment.