Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,8 @@ jobs:
# and python-requires in pyproject.toml.
python-version: ['3.11', '3.12', '3.13', '3.13t'] # , 'pypy3.10']

# XXX: Maybe this exclude can be removed when changing from
# Quansight-Labs/setup-python...
exclude:
- os: ubuntu-24.04-arm
python-version: '3.13t'

steps:
# Quansight-labs/setup-python is needed for 3.13t until a new version of
# actions/setup-python (>5.4.0) is released.
#
# https://github.com/actions/setup-python/pull/973
- uses: Quansight-Labs/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: actions/download-artifact@v4
Expand Down
Loading