The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 81c331e29a0e112380b634966c69342fa69bdd55 / Jarek Potiuk <[email protected]> Update pandas minimum requirement for Python 3.12 (#40272) Pandas minimum requirement for Python 3.12 should be changed to be higher than >=2.1,1 because 2.1.1 version does not have proper exclusions for numpy<2.0.0 and on Python 3.12 it will install incompatible numpy 2.0.0 with Pandas 2.1.1 which fails with ``` numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject ``` This is tracked in https://github.com/numpy/numpy/issues/26710 but until (maybe) it is solved in numpy/pandas, we should limit it in Airflow. Report URL: https://github.com/apache/airflow/actions/runs/9542177523 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
