Fix astropy compatibility version >= 6.1
Fixes a minor deprecation issue. Astropy >= 6.2 will no longer allow the location
attribute of Time objects to be set after initialization, but this is required for how lunarsky's Time class handles locations. These changes fix that while maintaining compatibility with astropy < 6.1.