Open
Description
Follow-up from #59057
When I import the pandas-2.3.1 wheel from pypi in Python 3.13t, I get
E RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module 'pandas._libs.pandas_parser', which has not declared that it can run safely without the GIL. To override this behavior and keep the GIL disabled (at your own risk), run with PYTHON_GIL=0 or -Xgil=0.
Additionally, there are no conda-forge packages at all for 2.3.1 3.13t.
Nightly 2.4 wheels (https://pypi.anaconda.org/scientific-python-nightly-wheels/simple) work as expected.
Environment
Linux x86_64