@@ -257,7 +257,7 @@ jobs:
257
257
. ~/virtualenvs/pandas-dev/bin/activate
258
258
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
259
259
python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
260
- python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 hypothesis>=6.46.1
260
+ python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil " pytz<2024.2" pytest>=7.3.2 pytest-xdist>=2.2.0 hypothesis>=6.46.1
261
261
python -m pip install --no-cache-dir --no-build-isolation -e . --config-settings=setup-args="--werror"
262
262
python -m pip list --no-cache-dir
263
263
export PANDAS_CI=1
@@ -295,7 +295,7 @@ jobs:
295
295
/opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
296
296
. ~/virtualenvs/pandas-dev/bin/activate
297
297
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
298
- python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 hypothesis>=6.46.1
298
+ python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil " pytz<2024.2" pytest>=7.3.2 pytest-xdist>=2.2.0 hypothesis>=6.46.1
299
299
python -m pip install --no-cache-dir --no-build-isolation -e . --config-settings=setup-args="--werror"
300
300
python -m pip list --no-cache-dir
301
301
@@ -329,7 +329,7 @@ jobs:
329
329
# To freeze this file, uncomment out the ``if: false`` condition, and migrate the jobs
330
330
# to the corresponding posix/windows-macos/sdist etc. workflows.
331
331
# Feel free to modify this comment as necessary.
332
- if : false # Uncomment this to freeze the workflow, comment it to unfreeze
332
+ # if: false # Uncomment this to freeze the workflow, comment it to unfreeze
333
333
defaults :
334
334
run :
335
335
shell : bash -eou pipefail {0}
@@ -361,15 +361,15 @@ jobs:
361
361
- name : Set up Python Dev Version
362
362
uses : actions/setup-python@v5
363
363
with :
364
- python-version : ' 3.12 -dev'
364
+ python-version : ' 3.13 -dev'
365
365
366
366
- name : Build Environment
367
367
run : |
368
368
python --version
369
369
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
370
370
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
371
371
python -m pip install versioneer[toml]
372
- python -m pip install python-dateutil pytz tzdata cython hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-cov
372
+ python -m pip install python-dateutil " pytz<2024.2" tzdata cython hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-cov
373
373
python -m pip install -ve . --no-build-isolation --no-index --no-deps --config-settings=setup-args="--werror"
374
374
python -m pip list
375
375
0 commit comments