|
27 | 27 | strategy: |
28 | 28 | matrix: |
29 | 29 | platform: [ubuntu-24.04, ubuntu-24.04-arm] |
30 | | - env_file: [actions-311.yaml, actions-312.yaml, actions-313.yaml] |
| 30 | + env_file: [actions-311.yaml, actions-312.yaml, actions-313.yaml, actions-314.yaml] |
31 | 31 | # Prevent the include jobs from overriding other jobs |
32 | 32 | pattern: [""] |
33 | 33 | pandas_future_infer_string: ["1"] |
@@ -190,7 +190,7 @@ jobs: |
190 | 190 | strategy: |
191 | 191 | matrix: |
192 | 192 | os: [macos-15-intel, macos-15, windows-2025] |
193 | | - env_file: [actions-311.yaml, actions-312.yaml, actions-313.yaml] |
| 193 | + env_file: [actions-311.yaml, actions-312.yaml, actions-313.yaml, actions-314.yaml] |
194 | 194 | fail-fast: false |
195 | 195 | runs-on: ${{ matrix.os }} |
196 | 196 | name: ${{ format('{0} {1}', matrix.os, matrix.env_file) }} |
@@ -246,7 +246,7 @@ jobs: |
246 | 246 | run: | |
247 | 247 | /opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev |
248 | 248 | . ~/virtualenvs/pandas-dev/bin/activate |
249 | | - python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1 |
| 249 | + python -m pip install --no-cache-dir -U pip wheel meson[ninja]==1.2.1 meson-python==0.13.1 |
250 | 250 | python -m pip install numpy -Csetup-args="-Dallow-noblas=true" |
251 | 251 | python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil pytest>=8.3.4 pytest-xdist>=3.6.1 hypothesis>=6.116.0 |
252 | 252 | python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror" |
@@ -284,7 +284,7 @@ jobs: |
284 | 284 | run: | |
285 | 285 | /opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev |
286 | 286 | . ~/virtualenvs/pandas-dev/bin/activate |
287 | | - python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1 |
| 287 | + python -m pip install --no-cache-dir -U pip wheel meson-python==0.13.1 meson[ninja]==1.2.1 |
288 | 288 | python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=8.3.4 pytest-xdist>=3.6.1 hypothesis>=6.116.0 |
289 | 289 | python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror" |
290 | 290 | python -m pip list --no-cache-dir |
@@ -318,7 +318,7 @@ jobs: |
318 | 318 | # To freeze this file, uncomment out the ``if: false`` condition, and migrate the jobs |
319 | 319 | # to the corresponding posix/windows-macos/sdist etc. workflows. |
320 | 320 | # Feel free to modify this comment as necessary. |
321 | | - # if: false |
| 321 | + if: false |
322 | 322 | defaults: |
323 | 323 | run: |
324 | 324 | shell: bash -eou pipefail {0} |
@@ -349,12 +349,12 @@ jobs: |
349 | 349 | - name: Set up Python Dev Version |
350 | 350 | uses: actions/setup-python@v6 |
351 | 351 | with: |
352 | | - python-version: '3.14-dev' |
| 352 | + python-version: '3.15-dev' |
353 | 353 |
|
354 | 354 | - name: Build Environment |
355 | 355 | run: | |
356 | 356 | python --version |
357 | | - python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1 |
| 357 | + python -m pip install --upgrade pip wheel meson[ninja]==1.2.1 meson-python==0.13.1 |
358 | 358 | python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy |
359 | 359 | python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.116.0 pytest>=8.3.4 pytest-xdist>=3.6.1 pytest-cov |
360 | 360 | python -m pip install -ve . --no-build-isolation --no-index --no-deps -Csetup-args="--werror" |
|
0 commit comments