ejeschke / ginga

The Ginga astronomical FITS file viewer
BSD 3-Clause "New" or "Revised" License
120 stars 77 forks source link

TST: Fix devdeps #1075

Closed pllim closed 7 months ago

pllim commented 7 months ago

Fix devdeps job that is failing.

xref https://github.com/astropy/astropy/issues/15638

ejeschke commented 7 months ago

Hmmm, they are deprecating datetime.datetime.utcfromtimestamp? Think I'm going to need to scour a few additional software projects...

pllim commented 7 months ago

Yup, utcnow is also deprecated in Python 3.12, see https://github.com/astropy/astropy/pull/15298