BUG: Source build issue with with py38 · Issue #34666 · pandas-dev/pandas (original) (raw)
We don't have a py38 entry in our pyproject.toml
, so when building from source for 3.8 we fetch NumPy 1.15.4, which isn't compatible with py38. Fix incoming.