pynbody / tangos

The Agile Numerical Galaxy Organisation System
BSD 3-Clause "New" or "Revised" License
18 stars 13 forks source link

Drop Python 3.7 #225

Closed cphyc closed 11 months ago

cphyc commented 1 year ago

Python 3.7 has now reached its end-of-life (https://devguide.python.org/versions/). This PR drops support for 3.7.

Alternatively, support could be maintained if pinning the maximum version of more_itertools for Python 3.7.

apontzen commented 11 months ago

Merged into #227 so that I can solve the CI issues there