scikit-hep / awkward-0.x

Manipulate arrays of complex data structures as easily as Numpy.
BSD 3-Clause "New" or "Revised" License
215 stars 39 forks source link

Add support for Python 3.8 and 3.9 #258

Closed eduardo-rodrigues closed 3 years ago

eduardo-rodrigues commented 3 years ago

Following the updates to uproot-methods, here is the equivalent update to have the uproot 3 and awkward-array legacy suite support Python 3.8 and 3.9. This seems a fair need as a LTS version.

eduardo-rodrigues commented 3 years ago

In fact there was also the issue that the pinned NumPy version then did not allow for a viable Pandas. Am checking things with the latest commit ...

eduardo-rodrigues commented 3 years ago

Ready. Advance thanks for the merge and version release.

jpivarski commented 3 years ago

Thanks!