The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
a3d23597f2542f5d20369bbf7eba8bc7e6b277be / Jarek Potiuk <[email protected]>
Update pandas minimum requirement for Python 3.12

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/9539743828

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to