astroplan
astroplan copied to clipboard
Use dateutil.tz over pytz ?
Brought up at Astropy ALOHA 2024. cc @ejeschke @eteq
https://dateutil.readthedocs.io/en/stable/tz.html
Might have to drop some really old Python versions, but not sure.
Just looked and it seems like pytz is only needed in python version < 3.9, and I think that means it's not a big issue. There would need to be a change from pytz.timezone to zoninfo.ZoneInfo.
So should we bump minversions and be done with it?