Skip to content

Commit 67c3d0d

Browse files
Merge pull request #275 from ngoldbaum/setup-python-ft
replace quansight-labs/setup-python with actions/setup-python
2 parents b87c681 + 299ea7a commit 67c3d0d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,8 @@ jobs:
8888
# and python-requires in pyproject.toml.
8989
python-version: ['3.11', '3.12', '3.13', '3.13t'] # , 'pypy3.10']
9090

91-
# XXX: Maybe this exclude can be removed when changing from
92-
# Quansight-Labs/setup-python...
93-
exclude:
94-
- os: ubuntu-24.04-arm
95-
python-version: '3.13t'
96-
9791
steps:
98-
# Quansight-labs/setup-python is needed for 3.13t until a new version of
99-
# actions/setup-python (>5.4.0) is released.
100-
#
101-
# https://github.com/actions/setup-python/pull/973
102-
- uses: Quansight-Labs/setup-python@v5
92+
- uses: actions/setup-python@v5
10393
with:
10494
python-version: ${{ matrix.python-version }}
10595
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)