@@ -126,11 +126,11 @@ jobs:
126
126
allow-prereleases : true
127
127
128
128
- name : Set up Python ${{ matrix.python-version }}
129
- uses : deadsnakes/action@e640ac8743173a67cca4d7d77cd837e514bf98e8 # v3.2.0
129
+ uses : Quansight-Labs/setup-python@b9ab292c751a42bcd2bb465b7fa202ea2c3f5796 # v5.3.1
130
130
if : matrix.python-version == '3.13t'
131
131
with :
132
- python-version : ' 3.13 '
133
- nogil : true
132
+ python-version : ${{ matrix.python-version }}
133
+ allow-prereleases : true
134
134
135
135
- name : Install OS dependencies
136
136
run : |
@@ -177,11 +177,6 @@ jobs:
177
177
texlive-luatex \
178
178
texlive-pictures \
179
179
texlive-xetex
180
- if [[ "${{ matrix.python-version }}" = '3.13t' ]]; then
181
- # TODO: Remove this once setup-python supports nogil distributions.
182
- sudo apt-get install -yy --no-install-recommends \
183
- python3.13-tk-nogil
184
- fi
185
180
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
186
181
sudo apt-get install -yy --no-install-recommends libopengl0
187
182
else # ubuntu-22.04
@@ -245,15 +240,6 @@ jobs:
245
240
4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
246
241
4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
247
242
248
- - name : Install the nightly dependencies
249
- if : matrix.python-version == '3.13t'
250
- run : |
251
- python -m pip install pytz tzdata python-dateutil # Must be installed for Pandas.
252
- python -m pip install \
253
- --pre \
254
- --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
255
- --upgrade --only-binary=:all: numpy pandas pillow contourpy
256
-
257
243
- name : Install Python dependencies
258
244
run : |
259
245
# Upgrade pip and setuptools and wheel to get as clean an install as
0 commit comments