astrofrog / fast-histogram

:zap: Fast 1D and 2D histogram functions in Python :zap:
BSD 2-Clause "Simplified" License
266 stars 28 forks source link

Bump minimum required Python to 3.9 #87

Closed astrofrog closed 7 months ago

astrofrog commented 7 months ago

As we are using the limited API, we need Python 3.9 wheels to be built to make sure that we use Numpy 2.0 to build them (otherwise we were building Python 3.8 wheels which were still done against Numpy 1.x)